Shades of Turquoise #42FCD1
Tints of Turquoise #42FCD1
RGB
CMYK
RGB Variations
Color information
#42FCD1 (or 0x42FCD1) is known color: Turquoise. HEX triplet: 42, FC and D1. RGB value is (66,252,209). Sum of RGB (Red+Green+Blue) = 66+252+209=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCD1 is #BD032E. Grayscale: #BFBFBF. Windows color (decimal): -12387119 or 13761602. OLE color: 13761602.
HSL color Cylindrical-coordinate representation of color #42FCD1: hue angle of 166.13º 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 #42FCD1 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 209 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.01 |
| HSL | 166.13º | 0.97% | 0.62% | - |
| HSV(B) | 166.13º | 0.74% | 0.99% | - |
| XYZ | 48.57 | 75.38 | 72.31 | - |
| YUV | 191.48 | 137.88 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 209 | 0.74 | 0 | 0.17 | 0.01 | 166.13 | 0.97 | 0.62 |
| Hex | 42 | FC | D1 | 4A | 0 | 11 | 1 | A6 | 61 | 3E |
| Octal | 102 | 374 | 321 | 112 | 0 | 21 | 1 | 246 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11010001 | 1001010 | 0 | 10001 | 1 | 10100110 | 1100001 | 111110 |
Color Harmonies of #42FCD1
Complementary color
Monochromatic Colors of #42FCD1
Black with #42FCD1
Text Example
Text Example
White with #42FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCD1; }
p { color: rgb(66,252,209); }
H1.HeaderClassName
{
color: #42FCD1;
}
.AnyTagClassName
{
color: #42FCD1;
}
</style>
background-color css
<style>
a { background-color: #42FCD1; }
a { background-color: rgb(66,252,209); }
div.DivClassName
{
background-color: #42FCD1;
}
.BgClassName
{
background-color: #42FCD1;
}
</style>
border-color css
<style>
span { border-color: #42FCD1; }
span { border-color: rgb(66,252,209); }
td.TdClassName
{
border-color: #42FCD1;
}
.TagClassName
{
border-color: #42FCD1;
}
</style>