Shades of Turquoise #42FDCE
Tints of Turquoise #42FDCE
RGB
CMYK
RGB Variations
Color information
#42FDCE (or 0x42FDCE) is known color: Turquoise. HEX triplet: 42, FD and CE. RGB value is (66,253,206). Sum of RGB (Red+Green+Blue) = 66+253+206=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDCE is #BD0231. Grayscale: #BFBFBF. Windows color (decimal): -12386866 or 13565250. OLE color: 13565250.
HSL color Cylindrical-coordinate representation of color #42FDCE: hue angle of 164.92º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDCE is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 206 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.01 |
| HSL | 164.92º | 0.98% | 0.63% | - |
| HSV(B) | 164.92º | 0.74% | 0.99% | - |
| XYZ | 48.51 | 75.87 | 70.48 | - |
| YUV | 191.73 | 136.05 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 206 | 0.74 | 0 | 0.19 | 0.01 | 164.92 | 0.98 | 0.63 |
| Hex | 42 | FD | CE | 4A | 0 | 13 | 1 | A5 | 62 | 3F |
| Octal | 102 | 375 | 316 | 112 | 0 | 23 | 1 | 245 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11001110 | 1001010 | 0 | 10011 | 1 | 10100101 | 1100010 | 111111 |
Color Harmonies of #42FDCE
Complementary color
Monochromatic Colors of #42FDCE
Black with #42FDCE
Text Example
Text Example
White with #42FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDCE; }
p { color: rgb(66,253,206); }
H1.HeaderClassName
{
color: #42FDCE;
}
.AnyTagClassName
{
color: #42FDCE;
}
</style>
background-color css
<style>
a { background-color: #42FDCE; }
a { background-color: rgb(66,253,206); }
div.DivClassName
{
background-color: #42FDCE;
}
.BgClassName
{
background-color: #42FDCE;
}
</style>
border-color css
<style>
span { border-color: #42FDCE; }
span { border-color: rgb(66,253,206); }
td.TdClassName
{
border-color: #42FDCE;
}
.TagClassName
{
border-color: #42FDCE;
}
</style>