Shades of Turquoise #42FBE9
Tints of Turquoise #42FBE9
RGB
CMYK
RGB Variations
Color information
#42FBE9 (or 0x42FBE9) is known color: Turquoise. HEX triplet: 42, FB and E9. RGB value is (66,251,233). Sum of RGB (Red+Green+Blue) = 66+251+233=550 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBE9 is #BD0416. Grayscale: #C1C1C1. Windows color (decimal): -12387351 or 15334210. OLE color: 15334210.
HSL color Cylindrical-coordinate representation of color #42FBE9: hue angle of 174.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBE9 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 233 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.02 |
| HSL | 174.16º | 0.96% | 0.62% | - |
| HSV(B) | 174.16º | 0.74% | 0.98% | - |
| XYZ | 51.45 | 76.04 | 89.06 | - |
| YUV | 193.63 | 150.21 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 233 | 0.74 | 0 | 0.07 | 0.02 | 174.16 | 0.96 | 0.62 |
| Hex | 42 | FB | E9 | 4A | 0 | 7 | 2 | AE | 60 | 3E |
| Octal | 102 | 373 | 351 | 112 | 0 | 7 | 2 | 256 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11101001 | 1001010 | 0 | 111 | 10 | 10101110 | 1100000 | 111110 |
Color Harmonies of #42FBE9
Complementary color
Monochromatic Colors of #42FBE9
Black with #42FBE9
Text Example
Text Example
White with #42FBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBE9; }
p { color: rgb(66,251,233); }
H1.HeaderClassName
{
color: #42FBE9;
}
.AnyTagClassName
{
color: #42FBE9;
}
</style>
background-color css
<style>
a { background-color: #42FBE9; }
a { background-color: rgb(66,251,233); }
div.DivClassName
{
background-color: #42FBE9;
}
.BgClassName
{
background-color: #42FBE9;
}
</style>
border-color css
<style>
span { border-color: #42FBE9; }
span { border-color: rgb(66,251,233); }
td.TdClassName
{
border-color: #42FBE9;
}
.TagClassName
{
border-color: #42FBE9;
}
</style>