Html Css Color HEX #42FFDC Turquoise

📋 copy color: '#42FFDC'

red 66 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #42FFDC

Tints of Turquoise #42FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 47.13%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 12.2%
G = 47.13%
B = 40.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#42FFDC (or 0x42FFDC) is known color: Turquoise. HEX triplet: 42, FF and DC. RGB value is (66,255,220). Sum of RGB (Red+Green+Blue) = 66+255+220=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFDC is #BD0023. Grayscale: #C2C2C2. Windows color (decimal): -12386340 or 14483266. OLE color: 14483266.

HSL color Cylindrical-coordinate representation of color #42FFDC: hue angle of 168.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFDC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 66 255 220 -
CMYK 0.74 0 0.14 0
HSL 168.89º 1% 0.63% -
HSV(B) 168.89º 0.74% 1% -
XYZ 50.93 77.85 80.05 -
YUV 194.5 142.38 36.35 -
System Red Green Blue C M Y K H S L
Decimal 66 255 220 0.74 0 0.14 0 168.89 1 0.63
Hex 42 FF DC 4A 0 E 0 A9 64 3F
Octal 102 377 334 112 0 16 0 251 144 77
Binary 1000010 11111111 11011100 1001010 0 1110 0 10101001 1100100 111111

Color Harmonies of #42FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FFDC

Black with #42FFDC

Text Example


Text Example

White with #42FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,255,220); }

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

background-color css

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

 a { background-color: rgb(66,255,220); }

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

border-color css

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

 span { border-color: rgb(66,255,220); }

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