Html Css Color HEX #42DECC Turquoise

📋 copy color: '#42DECC'

red 66 ◦ green 222 ◦ blue 204

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

Shades of Turquoise #42DECC

Tints of Turquoise #42DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 13.41%
G = 45.12%
B = 41.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#42DECC (or 0x42DECC) is known color: Turquoise. HEX triplet: 42, DE and CC. RGB value is (66,222,204). Sum of RGB (Red+Green+Blue) = 66+222+204=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #42DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DECC is #BD2133. Grayscale: #ADADAD. Windows color (decimal): -12394804 or 13426242. OLE color: 13426242.

HSL color Cylindrical-coordinate representation of color #42DECC: hue angle of 173.08º 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 #42DECC is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 204 -
CMYK 0.70 0 0.08 0.13
HSL 173.08º 0.7% 0.56% -
HSV(B) 173.08º 0.7% 0.87% -
XYZ 39.27 57.76 66.21 -
YUV 173.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 66 222 204 0.70 0 0.08 0.13 173.08 0.7 0.56
Hex 42 DE CC 46 0 8 D AD 46 38
Octal 102 336 314 106 0 10 15 255 106 70
Binary 1000010 11011110 11001100 1000110 0 1000 1101 10101101 1000110 111000

Color Harmonies of #42DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DECC

Black with #42DECC

Text Example


Text Example

White with #42DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,222,204); }

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

background-color css

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

 a { background-color: rgb(66,222,204); }

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

border-color css

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

 span { border-color: rgb(66,222,204); }

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