Shades of Turquoise #42E8E6
Tints of Turquoise #42E8E6
RGB
CMYK
RGB Variations
Color information
#42E8E6 (or 0x42E8E6) is known color: Turquoise. HEX triplet: 42, E8 and E6. RGB value is (66,232,230). Sum of RGB (Red+Green+Blue) = 66+232+230=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E8E6 is #BD1719. Grayscale: #B5B5B5. Windows color (decimal): -12392218 or 15132738. OLE color: 15132738.
HSL color Cylindrical-coordinate representation of color #42E8E6: hue angle of 179.28º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8E6 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 230 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.09 |
| HSL | 179.28º | 0.78% | 0.58% | - |
| HSV(B) | 179.28º | 0.72% | 0.91% | - |
| XYZ | 45.39 | 64.58 | 84.94 | - |
| YUV | 182.14 | 155 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 230 | 0.72 | 0 | 0.01 | 0.09 | 179.28 | 0.78 | 0.58 |
| Hex | 42 | E8 | E6 | 48 | 0 | 1 | 9 | B3 | 4E | 3A |
| Octal | 102 | 350 | 346 | 110 | 0 | 1 | 11 | 263 | 116 | 72 |
| Binary | 1000010 | 11101000 | 11100110 | 1001000 | 0 | 1 | 1001 | 10110011 | 1001110 | 111010 |
Color Harmonies of #42E8E6
Complementary color
Monochromatic Colors of #42E8E6
Black with #42E8E6
Text Example
Text Example
White with #42E8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E8E6; }
p { color: rgb(66,232,230); }
H1.HeaderClassName
{
color: #42E8E6;
}
.AnyTagClassName
{
color: #42E8E6;
}
</style>
background-color css
<style>
a { background-color: #42E8E6; }
a { background-color: rgb(66,232,230); }
div.DivClassName
{
background-color: #42E8E6;
}
.BgClassName
{
background-color: #42E8E6;
}
</style>
border-color css
<style>
span { border-color: #42E8E6; }
span { border-color: rgb(66,232,230); }
td.TdClassName
{
border-color: #42E8E6;
}
.TagClassName
{
border-color: #42E8E6;
}
</style>