Shades of Turquoise #42FFD2
Tints of Turquoise #42FFD2
RGB
CMYK
RGB Variations
Color information
#42FFD2 (or 0x42FFD2) is known color: 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
| RGB | 66 | 255 | 210 | - |
| CMYK | 0.74 | 0 | 0.18 | 0 |
| HSL | 165.71º | 1% | 0.63% | - |
| HSV(B) | 165.71º | 0.74% | 1% | - |
| XYZ | 49.64 | 77.33 | 73.28 | - |
| YUV | 193.36 | 137.38 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 210 | 0.74 | 0 | 0.18 | 0 | 165.71 | 1 | 0.63 |
| Hex | 42 | FF | D2 | 4A | 0 | 12 | 0 | A6 | 64 | 3F |
| Octal | 102 | 377 | 322 | 112 | 0 | 22 | 0 | 246 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11010010 | 1001010 | 0 | 10010 | 0 | 10100110 | 1100100 | 111111 |
Color Harmonies of #42FFD2
Complementary color
Monochromatic Colors of #42FFD2
Black with #42FFD2
Text Example
Text Example
White with #42FFD2
Text Example
Text Example
HTML Codes & Css Web 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>