Shades of Turquoise #42FCD4
Tints of Turquoise #42FCD4
RGB
CMYK
RGB Variations
Color information
#42FCD4 (or 0x42FCD4) is known color: Turquoise. HEX triplet: 42, FC and D4. RGB value is (66,252,212). Sum of RGB (Red+Green+Blue) = 66+252+212=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCD4 is #BD032B. Grayscale: #BFBFBF. Windows color (decimal): -12387116 or 13958210. OLE color: 13958210.
HSL color Cylindrical-coordinate representation of color #42FCD4: hue angle of 167.1º 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 #42FCD4 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 212 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.01 |
| HSL | 167.1º | 0.97% | 0.62% | - |
| HSV(B) | 167.1º | 0.74% | 0.99% | - |
| XYZ | 48.94 | 75.53 | 74.29 | - |
| YUV | 191.83 | 139.38 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 212 | 0.74 | 0 | 0.16 | 0.01 | 167.1 | 0.97 | 0.62 |
| Hex | 42 | FC | D4 | 4A | 0 | 10 | 1 | A7 | 61 | 3E |
| Octal | 102 | 374 | 324 | 112 | 0 | 20 | 1 | 247 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11010100 | 1001010 | 0 | 10000 | 1 | 10100111 | 1100001 | 111110 |
Color Harmonies of #42FCD4
Complementary color
Monochromatic Colors of #42FCD4
Black with #42FCD4
Text Example
Text Example
White with #42FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCD4; }
p { color: rgb(66,252,212); }
H1.HeaderClassName
{
color: #42FCD4;
}
.AnyTagClassName
{
color: #42FCD4;
}
</style>
background-color css
<style>
a { background-color: #42FCD4; }
a { background-color: rgb(66,252,212); }
div.DivClassName
{
background-color: #42FCD4;
}
.BgClassName
{
background-color: #42FCD4;
}
</style>
border-color css
<style>
span { border-color: #42FCD4; }
span { border-color: rgb(66,252,212); }
td.TdClassName
{
border-color: #42FCD4;
}
.TagClassName
{
border-color: #42FCD4;
}
</style>