Shades of Turquoise #42F5CB
Tints of Turquoise #42F5CB
RGB
CMYK
RGB Variations
Color information
#42F5CB (or 0x42F5CB) is known color: Turquoise. HEX triplet: 42, F5 and CB. RGB value is (66,245,203). Sum of RGB (Red+Green+Blue) = 66+245+203=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #42F5CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F5CB is #BD0A34. Grayscale: #BABABA. Windows color (decimal): -12388917 or 13366594. OLE color: 13366594.
HSL color Cylindrical-coordinate representation of color #42F5CB: hue angle of 165.92º degrees, saturation: 0.9, 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 #42F5CB is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 203 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.04 |
| HSL | 165.92º | 0.9% | 0.61% | - |
| HSV(B) | 165.92º | 0.73% | 0.96% | - |
| XYZ | 45.68 | 70.77 | 67.75 | - |
| YUV | 186.69 | 137.2 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 203 | 0.73 | 0 | 0.17 | 0.04 | 165.92 | 0.9 | 0.61 |
| Hex | 42 | F5 | CB | 49 | 0 | 11 | 4 | A6 | 5A | 3D |
| Octal | 102 | 365 | 313 | 111 | 0 | 21 | 4 | 246 | 132 | 75 |
| Binary | 1000010 | 11110101 | 11001011 | 1001001 | 0 | 10001 | 100 | 10100110 | 1011010 | 111101 |
Color Harmonies of #42F5CB
Complementary color
Monochromatic Colors of #42F5CB
Black with #42F5CB
Text Example
Text Example
White with #42F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F5CB; }
p { color: rgb(66,245,203); }
H1.HeaderClassName
{
color: #42F5CB;
}
.AnyTagClassName
{
color: #42F5CB;
}
</style>
background-color css
<style>
a { background-color: #42F5CB; }
a { background-color: rgb(66,245,203); }
div.DivClassName
{
background-color: #42F5CB;
}
.BgClassName
{
background-color: #42F5CB;
}
</style>
border-color css
<style>
span { border-color: #42F5CB; }
span { border-color: rgb(66,245,203); }
td.TdClassName
{
border-color: #42F5CB;
}
.TagClassName
{
border-color: #42F5CB;
}
</style>