Shades of Turquoise #42EBDB
Tints of Turquoise #42EBDB
RGB
CMYK
RGB Variations
Color information
#42EBDB (or 0x42EBDB) is known color: Turquoise. HEX triplet: 42, EB and DB. RGB value is (66,235,219). Sum of RGB (Red+Green+Blue) = 66+235+219=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBDB is #BD1424. Grayscale: #B6B6B6. Windows color (decimal): -12391461 or 14412610. OLE color: 14412610.
HSL color Cylindrical-coordinate representation of color #42EBDB: hue angle of 174.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EBDB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 235 | 219 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.08 |
| HSL | 174.32º | 0.81% | 0.59% | - |
| HSV(B) | 174.32º | 0.72% | 0.92% | - |
| XYZ | 44.74 | 65.69 | 77.34 | - |
| YUV | 182.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 219 | 0.72 | 0 | 0.07 | 0.08 | 174.32 | 0.81 | 0.59 |
| Hex | 42 | EB | DB | 48 | 0 | 7 | 8 | AE | 51 | 3B |
| Octal | 102 | 353 | 333 | 110 | 0 | 7 | 10 | 256 | 121 | 73 |
| Binary | 1000010 | 11101011 | 11011011 | 1001000 | 0 | 111 | 1000 | 10101110 | 1010001 | 111011 |
Color Harmonies of #42EBDB
Complementary color
Monochromatic Colors of #42EBDB
Black with #42EBDB
Text Example
Text Example
White with #42EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBDB; }
p { color: rgb(66,235,219); }
H1.HeaderClassName
{
color: #42EBDB;
}
.AnyTagClassName
{
color: #42EBDB;
}
</style>
background-color css
<style>
a { background-color: #42EBDB; }
a { background-color: rgb(66,235,219); }
div.DivClassName
{
background-color: #42EBDB;
}
.BgClassName
{
background-color: #42EBDB;
}
</style>
border-color css
<style>
span { border-color: #42EBDB; }
span { border-color: rgb(66,235,219); }
td.TdClassName
{
border-color: #42EBDB;
}
.TagClassName
{
border-color: #42EBDB;
}
</style>