Shades of Turquoise #42F7CB
Tints of Turquoise #42F7CB
RGB
CMYK
RGB Variations
Color information
#42F7CB (or 0x42F7CB) is known color: Turquoise. HEX triplet: 42, F7 and CB. RGB value is (66,247,203). Sum of RGB (Red+Green+Blue) = 66+247+203=516 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.79% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7CB is #BD0834. Grayscale: #BBBBBB. Windows color (decimal): -12388405 or 13367106. OLE color: 13367106.
HSL color Cylindrical-coordinate representation of color #42F7CB: hue angle of 165.41º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7CB is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 203 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.03 |
| HSL | 165.41º | 0.92% | 0.61% | - |
| HSV(B) | 165.41º | 0.73% | 0.97% | - |
| XYZ | 46.29 | 71.99 | 67.96 | - |
| YUV | 187.87 | 136.53 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 203 | 0.73 | 0 | 0.18 | 0.03 | 165.41 | 0.92 | 0.61 |
| Hex | 42 | F7 | CB | 49 | 0 | 12 | 3 | A5 | 5C | 3D |
| Octal | 102 | 367 | 313 | 111 | 0 | 22 | 3 | 245 | 134 | 75 |
| Binary | 1000010 | 11110111 | 11001011 | 1001001 | 0 | 10010 | 11 | 10100101 | 1011100 | 111101 |
Color Harmonies of #42F7CB
Complementary color
Monochromatic Colors of #42F7CB
Black with #42F7CB
Text Example
Text Example
White with #42F7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7CB; }
p { color: rgb(66,247,203); }
H1.HeaderClassName
{
color: #42F7CB;
}
.AnyTagClassName
{
color: #42F7CB;
}
</style>
background-color css
<style>
a { background-color: #42F7CB; }
a { background-color: rgb(66,247,203); }
div.DivClassName
{
background-color: #42F7CB;
}
.BgClassName
{
background-color: #42F7CB;
}
</style>
border-color css
<style>
span { border-color: #42F7CB; }
span { border-color: rgb(66,247,203); }
td.TdClassName
{
border-color: #42F7CB;
}
.TagClassName
{
border-color: #42F7CB;
}
</style>