Shades of Turquoise #42FCD6
Tints of Turquoise #42FCD6
RGB
CMYK
RGB Variations
Color information
#42FCD6 (or 0x42FCD6) is known color: Turquoise. HEX triplet: 42, FC and D6. RGB value is (66,252,214). Sum of RGB (Red+Green+Blue) = 66+252+214=532 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.41% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCD6 is #BD0329. Grayscale: #C0C0C0. Windows color (decimal): -12387114 or 14089282. OLE color: 14089282.
HSL color Cylindrical-coordinate representation of color #42FCD6: hue angle of 167.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCD6 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 214 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.01 |
| HSL | 167.74º | 0.97% | 0.62% | - |
| HSV(B) | 167.74º | 0.74% | 0.99% | - |
| XYZ | 49.19 | 75.63 | 75.62 | - |
| YUV | 192.05 | 140.38 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 214 | 0.74 | 0 | 0.15 | 0.01 | 167.74 | 0.97 | 0.62 |
| Hex | 42 | FC | D6 | 4A | 0 | F | 1 | A8 | 61 | 3E |
| Octal | 102 | 374 | 326 | 112 | 0 | 17 | 1 | 250 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11010110 | 1001010 | 0 | 1111 | 1 | 10101000 | 1100001 | 111110 |
Color Harmonies of #42FCD6
Complementary color
Monochromatic Colors of #42FCD6
Black with #42FCD6
Text Example
Text Example
White with #42FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCD6; }
p { color: rgb(66,252,214); }
H1.HeaderClassName
{
color: #42FCD6;
}
.AnyTagClassName
{
color: #42FCD6;
}
</style>
background-color css
<style>
a { background-color: #42FCD6; }
a { background-color: rgb(66,252,214); }
div.DivClassName
{
background-color: #42FCD6;
}
.BgClassName
{
background-color: #42FCD6;
}
</style>
border-color css
<style>
span { border-color: #42FCD6; }
span { border-color: rgb(66,252,214); }
td.TdClassName
{
border-color: #42FCD6;
}
.TagClassName
{
border-color: #42FCD6;
}
</style>