#42FFD2

Color #42FFD2 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #42FFD2

Tints of Turquoise #42FFD2

Color information

#42FFD2 (or 0x42FFD2) is unknown color: approx Turquoise. HEX triplet: 42, FF and D2. RGB value is (66,255,210). Sum of RGB (Red+Green+Blue) = 66+255+210=531 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.43% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFD2 is #BD002D. Grayscale: #C1C1C1. Windows color (decimal): -12386350 or 13827906. OLE color: 13827906.

HSL color Cylindrical-coordinate representation of color #42FFD2: hue angle of 165.71º 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 #42FFD2 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB66255210-
CMYK0.7400.180
HSL165.71º100%62.94%-
HSV(B)165.71º74.12%100%-
XYZ49.6477.3373.28-
YUV193.36137.3837.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.43%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 210 (82.42% from 255) = 39.55%
R=12.43%
G=48.02%
B=39.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662552100.7400.180165.7110062.94
Hex42FFD24A0120a6643f
Octal102377322112022024614477
Binary1000010111111111101001010010100100100101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42FFD2;
 }
 .AnyTagClassName
 {
   color: #42FFD2;
 }
</style>
background-color css

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

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

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

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

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

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