Shades of Turquoise #42EBED
Tints of Turquoise #42EBED
RGB
CMYK
RGB Variations
Color information
#42EBED (or 0x42EBED) is known color: Turquoise. HEX triplet: 42, EB and ED. RGB value is (66,235,237). Sum of RGB (Red+Green+Blue) = 66+235+237=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #42EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EBED is #BD1412. Grayscale: #B8B8B8. Windows color (decimal): -12391443 or 15592258. OLE color: 15592258.
HSL color Cylindrical-coordinate representation of color #42EBED: hue angle of 180.7º 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 #42EBED is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 235 | 237 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.07 |
| HSL | 180.7º | 0.83% | 0.59% | - |
| HSV(B) | 180.7º | 0.72% | 0.93% | - |
| XYZ | 47.24 | 66.69 | 90.5 | - |
| YUV | 184.7 | 157.51 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 237 | 0.72 | 0.01 | 0 | 0.07 | 180.7 | 0.83 | 0.59 |
| Hex | 42 | EB | ED | 48 | 1 | 0 | 7 | B5 | 53 | 3B |
| Octal | 102 | 353 | 355 | 110 | 1 | 0 | 7 | 265 | 123 | 73 |
| Binary | 1000010 | 11101011 | 11101101 | 1001000 | 1 | 0 | 111 | 10110101 | 1010011 | 111011 |
Color Harmonies of #42EBED
Complementary color
Monochromatic Colors of #42EBED
Black with #42EBED
Text Example
Text Example
White with #42EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBED; }
p { color: rgb(66,235,237); }
H1.HeaderClassName
{
color: #42EBED;
}
.AnyTagClassName
{
color: #42EBED;
}
</style>
background-color css
<style>
a { background-color: #42EBED; }
a { background-color: rgb(66,235,237); }
div.DivClassName
{
background-color: #42EBED;
}
.BgClassName
{
background-color: #42EBED;
}
</style>
border-color css
<style>
span { border-color: #42EBED; }
span { border-color: rgb(66,235,237); }
td.TdClassName
{
border-color: #42EBED;
}
.TagClassName
{
border-color: #42EBED;
}
</style>