Shades of Turquoise #42E8DF
Tints of Turquoise #42E8DF
RGB
CMYK
RGB Variations
Color information
#42E8DF (or 0x42E8DF) is known color: Turquoise. HEX triplet: 42, E8 and DF. RGB value is (66,232,223). Sum of RGB (Red+Green+Blue) = 66+232+223=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8DF is #BD1720. Grayscale: #B5B5B5. Windows color (decimal): -12392225 or 14673986. OLE color: 14673986.
HSL color Cylindrical-coordinate representation of color #42E8DF: hue angle of 176.75º 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 #42E8DF is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 223 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.09 |
| HSL | 176.75º | 0.78% | 0.58% | - |
| HSV(B) | 176.75º | 0.72% | 0.91% | - |
| XYZ | 44.42 | 64.2 | 79.86 | - |
| YUV | 181.34 | 151.5 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 223 | 0.72 | 0 | 0.04 | 0.09 | 176.75 | 0.78 | 0.58 |
| Hex | 42 | E8 | DF | 48 | 0 | 4 | 9 | B1 | 4E | 3A |
| Octal | 102 | 350 | 337 | 110 | 0 | 4 | 11 | 261 | 116 | 72 |
| Binary | 1000010 | 11101000 | 11011111 | 1001000 | 0 | 100 | 1001 | 10110001 | 1001110 | 111010 |
Color Harmonies of #42E8DF
Complementary color
Monochromatic Colors of #42E8DF
Black with #42E8DF
Text Example
Text Example
White with #42E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E8DF; }
p { color: rgb(66,232,223); }
H1.HeaderClassName
{
color: #42E8DF;
}
.AnyTagClassName
{
color: #42E8DF;
}
</style>
background-color css
<style>
a { background-color: #42E8DF; }
a { background-color: rgb(66,232,223); }
div.DivClassName
{
background-color: #42E8DF;
}
.BgClassName
{
background-color: #42E8DF;
}
</style>
border-color css
<style>
span { border-color: #42E8DF; }
span { border-color: rgb(66,232,223); }
td.TdClassName
{
border-color: #42E8DF;
}
.TagClassName
{
border-color: #42E8DF;
}
</style>