Shades of Turquoise #42EDBB
Tints of Turquoise #42EDBB
RGB
CMYK
RGB Variations
Color information
#42EDBB (or 0x42EDBB) is known color: Turquoise. HEX triplet: 42, ED and BB. RGB value is (66,237,187). Sum of RGB (Red+Green+Blue) = 66+237+187=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #42EDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EDBB is #BD1244. Grayscale: #B4B4B4. Windows color (decimal): -12390981 or 12315970. OLE color: 12315970.
HSL color Cylindrical-coordinate representation of color #42EDBB: hue angle of 162.46º 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 #42EDBB is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 237 | 187 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.07 |
| HSL | 162.46º | 0.83% | 0.59% | - |
| HSV(B) | 162.46º | 0.72% | 0.93% | - |
| XYZ | 41.5 | 65.31 | 57.43 | - |
| YUV | 180.17 | 131.85 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 237 | 187 | 0.72 | 0 | 0.21 | 0.07 | 162.46 | 0.83 | 0.59 |
| Hex | 42 | ED | BB | 48 | 0 | 15 | 7 | A2 | 53 | 3B |
| Octal | 102 | 355 | 273 | 110 | 0 | 25 | 7 | 242 | 123 | 73 |
| Binary | 1000010 | 11101101 | 10111011 | 1001000 | 0 | 10101 | 111 | 10100010 | 1010011 | 111011 |
Color Harmonies of #42EDBB
Complementary color
Monochromatic Colors of #42EDBB
Black with #42EDBB
Text Example
Text Example
White with #42EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EDBB; }
p { color: rgb(66,237,187); }
H1.HeaderClassName
{
color: #42EDBB;
}
.AnyTagClassName
{
color: #42EDBB;
}
</style>
background-color css
<style>
a { background-color: #42EDBB; }
a { background-color: rgb(66,237,187); }
div.DivClassName
{
background-color: #42EDBB;
}
.BgClassName
{
background-color: #42EDBB;
}
</style>
border-color css
<style>
span { border-color: #42EDBB; }
span { border-color: rgb(66,237,187); }
td.TdClassName
{
border-color: #42EDBB;
}
.TagClassName
{
border-color: #42EDBB;
}
</style>