Shades of Turquoise #42EEE9
Tints of Turquoise #42EEE9
RGB
CMYK
RGB Variations
Color information
#42EEE9 (or 0x42EEE9) is known color: Turquoise. HEX triplet: 42, EE and E9. RGB value is (66,238,233). Sum of RGB (Red+Green+Blue) = 66+238+233=537 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.29% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEE9 is #BD1116. Grayscale: #B9B9B9. Windows color (decimal): -12390679 or 15330882. OLE color: 15330882.
HSL color Cylindrical-coordinate representation of color #42EEE9: hue angle of 178.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEE9 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 233 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.07 |
| HSL | 178.26º | 0.83% | 0.6% | - |
| HSV(B) | 178.26º | 0.72% | 0.93% | - |
| XYZ | 47.53 | 68.19 | 87.75 | - |
| YUV | 186 | 154.52 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 233 | 0.72 | 0 | 0.02 | 0.07 | 178.26 | 0.83 | 0.6 |
| Hex | 42 | EE | E9 | 48 | 0 | 2 | 7 | B2 | 53 | 3C |
| Octal | 102 | 356 | 351 | 110 | 0 | 2 | 7 | 262 | 123 | 74 |
| Binary | 1000010 | 11101110 | 11101001 | 1001000 | 0 | 10 | 111 | 10110010 | 1010011 | 111100 |
Color Harmonies of #42EEE9
Complementary color
Monochromatic Colors of #42EEE9
Black with #42EEE9
Text Example
Text Example
White with #42EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EEE9; }
p { color: rgb(66,238,233); }
H1.HeaderClassName
{
color: #42EEE9;
}
.AnyTagClassName
{
color: #42EEE9;
}
</style>
background-color css
<style>
a { background-color: #42EEE9; }
a { background-color: rgb(66,238,233); }
div.DivClassName
{
background-color: #42EEE9;
}
.BgClassName
{
background-color: #42EEE9;
}
</style>
border-color css
<style>
span { border-color: #42EEE9; }
span { border-color: rgb(66,238,233); }
td.TdClassName
{
border-color: #42EEE9;
}
.TagClassName
{
border-color: #42EEE9;
}
</style>