Shades of Turquoise #42F2CF
Tints of Turquoise #42F2CF
RGB
CMYK
RGB Variations
Color information
#42F2CF (or 0x42F2CF) is known color: Turquoise. HEX triplet: 42, F2 and CF. RGB value is (66,242,207). Sum of RGB (Red+Green+Blue) = 66+242+207=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F2CF is #BD0D30. Grayscale: #B9B9B9. Windows color (decimal): -12389681 or 13627970. OLE color: 13627970.
HSL color Cylindrical-coordinate representation of color #42F2CF: hue angle of 168.07º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2CF is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 207 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.05 |
| HSL | 168.07º | 0.87% | 0.6% | - |
| HSV(B) | 168.07º | 0.73% | 0.95% | - |
| XYZ | 45.26 | 69.17 | 70 | - |
| YUV | 185.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 207 | 0.73 | 0 | 0.14 | 0.05 | 168.07 | 0.87 | 0.6 |
| Hex | 42 | F2 | CF | 49 | 0 | E | 5 | A8 | 57 | 3C |
| Octal | 102 | 362 | 317 | 111 | 0 | 16 | 5 | 250 | 127 | 74 |
| Binary | 1000010 | 11110010 | 11001111 | 1001001 | 0 | 1110 | 101 | 10101000 | 1010111 | 111100 |
Color Harmonies of #42F2CF
Complementary color
Monochromatic Colors of #42F2CF
Black with #42F2CF
Text Example
Text Example
White with #42F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F2CF; }
p { color: rgb(66,242,207); }
H1.HeaderClassName
{
color: #42F2CF;
}
.AnyTagClassName
{
color: #42F2CF;
}
</style>
background-color css
<style>
a { background-color: #42F2CF; }
a { background-color: rgb(66,242,207); }
div.DivClassName
{
background-color: #42F2CF;
}
.BgClassName
{
background-color: #42F2CF;
}
</style>
border-color css
<style>
span { border-color: #42F2CF; }
span { border-color: rgb(66,242,207); }
td.TdClassName
{
border-color: #42F2CF;
}
.TagClassName
{
border-color: #42F2CF;
}
</style>