Html Css Color HEX #42DFCC Turquoise

📋 copy color: '#42DFCC'

red 66 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #42DFCC

Tints of Turquoise #42DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 13.39%
G = 45.23%
B = 41.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#42DFCC (or 0x42DFCC) is known color: Turquoise. HEX triplet: 42, DF and CC. RGB value is (66,223,204). Sum of RGB (Red+Green+Blue) = 66+223+204=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFCC is #BD2033. Grayscale: #ADADAD. Windows color (decimal): -12394548 or 13426498. OLE color: 13426498.

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

Color convert

RGB 66 223 204 -
CMYK 0.70 0 0.09 0.13
HSL 172.74º 0.71% 0.57% -
HSV(B) 172.74º 0.7% 0.87% -
XYZ 39.53 58.29 66.29 -
YUV 173.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 66 223 204 0.70 0 0.09 0.13 172.74 0.71 0.57
Hex 42 DF CC 46 0 9 D AD 47 39
Octal 102 337 314 106 0 11 15 255 107 71
Binary 1000010 11011111 11001100 1000110 0 1001 1101 10101101 1000111 111001

Color Harmonies of #42DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFCC

Black with #42DFCC

Text Example


Text Example

White with #42DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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