Shades of Turquoise #42EDE6
Tints of Turquoise #42EDE6
RGB
CMYK
RGB Variations
Color information
#42EDE6 (or 0x42EDE6) is known color: Turquoise. HEX triplet: 42, ED and E6. RGB value is (66,237,230). Sum of RGB (Red+Green+Blue) = 66+237+230=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #42EDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDE6 is #BD1219. Grayscale: #B8B8B8. Windows color (decimal): -12390938 or 15134018. OLE color: 15134018.
HSL color Cylindrical-coordinate representation of color #42EDE6: hue angle of 177.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EDE6 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 237 | 230 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.07 |
| HSL | 177.54º | 0.83% | 0.59% | - |
| HSV(B) | 177.54º | 0.72% | 0.93% | - |
| XYZ | 46.81 | 67.44 | 85.41 | - |
| YUV | 185.07 | 153.35 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 237 | 230 | 0.72 | 0 | 0.03 | 0.07 | 177.54 | 0.83 | 0.59 |
| Hex | 42 | ED | E6 | 48 | 0 | 3 | 7 | B2 | 53 | 3B |
| Octal | 102 | 355 | 346 | 110 | 0 | 3 | 7 | 262 | 123 | 73 |
| Binary | 1000010 | 11101101 | 11100110 | 1001000 | 0 | 11 | 111 | 10110010 | 1010011 | 111011 |
Color Harmonies of #42EDE6
Complementary color
Monochromatic Colors of #42EDE6
Black with #42EDE6
Text Example
Text Example
White with #42EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EDE6; }
p { color: rgb(66,237,230); }
H1.HeaderClassName
{
color: #42EDE6;
}
.AnyTagClassName
{
color: #42EDE6;
}
</style>
background-color css
<style>
a { background-color: #42EDE6; }
a { background-color: rgb(66,237,230); }
div.DivClassName
{
background-color: #42EDE6;
}
.BgClassName
{
background-color: #42EDE6;
}
</style>
border-color css
<style>
span { border-color: #42EDE6; }
span { border-color: rgb(66,237,230); }
td.TdClassName
{
border-color: #42EDE6;
}
.TagClassName
{
border-color: #42EDE6;
}
</style>