Shades of Turquoise #42FCD8
Tints of Turquoise #42FCD8
RGB
CMYK
RGB Variations
Color information
#42FCD8 (or 0x42FCD8) is known color: Turquoise. HEX triplet: 42, FC and D8. RGB value is (66,252,216). Sum of RGB (Red+Green+Blue) = 66+252+216=534 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.36% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCD8 is #BD0327. Grayscale: #C0C0C0. Windows color (decimal): -12387112 or 14220354. OLE color: 14220354.
HSL color Cylindrical-coordinate representation of color #42FCD8: hue angle of 168.39º 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 #42FCD8 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 216 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.01 |
| HSL | 168.39º | 0.97% | 0.62% | - |
| HSV(B) | 168.39º | 0.74% | 0.99% | - |
| XYZ | 49.45 | 75.74 | 76.98 | - |
| YUV | 192.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 216 | 0.74 | 0 | 0.14 | 0.01 | 168.39 | 0.97 | 0.62 |
| Hex | 42 | FC | D8 | 4A | 0 | E | 1 | A8 | 61 | 3E |
| Octal | 102 | 374 | 330 | 112 | 0 | 16 | 1 | 250 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11011000 | 1001010 | 0 | 1110 | 1 | 10101000 | 1100001 | 111110 |
Color Harmonies of #42FCD8
Complementary color
Monochromatic Colors of #42FCD8
Black with #42FCD8
Text Example
Text Example
White with #42FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCD8; }
p { color: rgb(66,252,216); }
H1.HeaderClassName
{
color: #42FCD8;
}
.AnyTagClassName
{
color: #42FCD8;
}
</style>
background-color css
<style>
a { background-color: #42FCD8; }
a { background-color: rgb(66,252,216); }
div.DivClassName
{
background-color: #42FCD8;
}
.BgClassName
{
background-color: #42FCD8;
}
</style>
border-color css
<style>
span { border-color: #42FCD8; }
span { border-color: rgb(66,252,216); }
td.TdClassName
{
border-color: #42FCD8;
}
.TagClassName
{
border-color: #42FCD8;
}
</style>