Html Css Color HEX #42DDCD Turquoise

📋 copy color: '#42DDCD'

red 66 ◦ green 221 ◦ blue 205

#42DDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #42DDCD

Tints of Turquoise #42DDCD

RGB

 RED value IS 66 (26.17% from 255) = 13.41%

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 13.41%
G = 44.92%
B = 41.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42DDCD (or 0x42DDCD) is known color: Turquoise. HEX triplet: 42, DD and CD. RGB value is (66,221,205). Sum of RGB (Red+Green+Blue) = 66+221+205=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #42DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDCD is #BD2232. Grayscale: #ACACAC. Windows color (decimal): -12395059 or 13491522. OLE color: 13491522.

HSL color Cylindrical-coordinate representation of color #42DDCD: hue angle of 173.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DDCD is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 221 205 -
CMYK 0.70 0 0.07 0.13
HSL 173.81º 0.7% 0.56% -
HSV(B) 173.81º 0.7% 0.87% -
XYZ 39.12 57.28 66.75 -
YUV 172.83 146.15 51.8 -
System Red Green Blue C M Y K H S L
Decimal 66 221 205 0.70 0 0.07 0.13 173.81 0.7 0.56
Hex 42 DD CD 46 0 7 D AE 46 38
Octal 102 335 315 106 0 7 15 256 106 70
Binary 1000010 11011101 11001101 1000110 0 111 1101 10101110 1000110 111000

Color Harmonies of #42DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DDCD

Black with #42DDCD

Text Example


Text Example

White with #42DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42DDCD; }

 p { color: rgb(66,221,205); }

 H1.HeaderClassName
 {
   color: #42DDCD;
 }
 .AnyTagClassName
 {
   color: #42DDCD;
 }
</style>

background-color css

<style>
 a { background-color: #42DDCD; }

 a { background-color: rgb(66,221,205); }

 div.DivClassName
 {
   background-color: #42DDCD;
 }
 .BgClassName
 {
   background-color: #42DDCD;
 }
</style>

border-color css

<style>
 span { border-color: #42DDCD; }

 span { border-color: rgb(66,221,205); }

 td.TdClassName
 {
   border-color: #42DDCD;
 }
 .TagClassName
 {
   border-color: #42DDCD;
 }
</style>