Shades of Turquoise #42F9C8
Tints of Turquoise #42F9C8
RGB
CMYK
RGB Variations
Color information
#42F9C8 (or 0x42F9C8) is known color: Turquoise. HEX triplet: 42, F9 and C8. RGB value is (66,249,200). Sum of RGB (Red+Green+Blue) = 66+249+200=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F9C8 is #BD0637. Grayscale: #BCBCBC. Windows color (decimal): -12387896 or 13171010. OLE color: 13171010.
HSL color Cylindrical-coordinate representation of color #42F9C8: hue angle of 163.93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9C8 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 200 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.02 |
| HSL | 163.93º | 0.94% | 0.62% | - |
| HSV(B) | 163.93º | 0.73% | 0.98% | - |
| XYZ | 46.55 | 73.08 | 66.3 | - |
| YUV | 188.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 200 | 0.73 | 0 | 0.20 | 0.02 | 163.93 | 0.94 | 0.62 |
| Hex | 42 | F9 | C8 | 49 | 0 | 14 | 2 | A4 | 5E | 3E |
| Octal | 102 | 371 | 310 | 111 | 0 | 24 | 2 | 244 | 136 | 76 |
| Binary | 1000010 | 11111001 | 11001000 | 1001001 | 0 | 10100 | 10 | 10100100 | 1011110 | 111110 |
Color Harmonies of #42F9C8
Complementary color
Monochromatic Colors of #42F9C8
Black with #42F9C8
Text Example
Text Example
White with #42F9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F9C8; }
p { color: rgb(66,249,200); }
H1.HeaderClassName
{
color: #42F9C8;
}
.AnyTagClassName
{
color: #42F9C8;
}
</style>
background-color css
<style>
a { background-color: #42F9C8; }
a { background-color: rgb(66,249,200); }
div.DivClassName
{
background-color: #42F9C8;
}
.BgClassName
{
background-color: #42F9C8;
}
</style>
border-color css
<style>
span { border-color: #42F9C8; }
span { border-color: rgb(66,249,200); }
td.TdClassName
{
border-color: #42F9C8;
}
.TagClassName
{
border-color: #42F9C8;
}
</style>