Shades of Turquoise #42F6CE
Tints of Turquoise #42F6CE
RGB
CMYK
RGB Variations
Color information
#42F6CE (or 0x42F6CE) is known color: Turquoise. HEX triplet: 42, F6 and CE. RGB value is (66,246,206). Sum of RGB (Red+Green+Blue) = 66+246+206=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #42F6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F6CE is #BD0931. Grayscale: #BBBBBB. Windows color (decimal): -12388658 or 13563458. OLE color: 13563458.
HSL color Cylindrical-coordinate representation of color #42F6CE: hue angle of 166.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F6CE is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 206 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.04 |
| HSL | 166.67º | 0.91% | 0.61% | - |
| HSV(B) | 166.67º | 0.73% | 0.96% | - |
| XYZ | 46.34 | 71.53 | 69.76 | - |
| YUV | 187.62 | 138.37 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 206 | 0.73 | 0 | 0.16 | 0.04 | 166.67 | 0.91 | 0.61 |
| Hex | 42 | F6 | CE | 49 | 0 | 10 | 4 | A7 | 5B | 3D |
| Octal | 102 | 366 | 316 | 111 | 0 | 20 | 4 | 247 | 133 | 75 |
| Binary | 1000010 | 11110110 | 11001110 | 1001001 | 0 | 10000 | 100 | 10100111 | 1011011 | 111101 |
Color Harmonies of #42F6CE
Complementary color
Monochromatic Colors of #42F6CE
Black with #42F6CE
Text Example
Text Example
White with #42F6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F6CE; }
p { color: rgb(66,246,206); }
H1.HeaderClassName
{
color: #42F6CE;
}
.AnyTagClassName
{
color: #42F6CE;
}
</style>
background-color css
<style>
a { background-color: #42F6CE; }
a { background-color: rgb(66,246,206); }
div.DivClassName
{
background-color: #42F6CE;
}
.BgClassName
{
background-color: #42F6CE;
}
</style>
border-color css
<style>
span { border-color: #42F6CE; }
span { border-color: rgb(66,246,206); }
td.TdClassName
{
border-color: #42F6CE;
}
.TagClassName
{
border-color: #42F6CE;
}
</style>