Shades of Turquoise #42DBEB
Tints of Turquoise #42DBEB
RGB
CMYK
RGB Variations
Color information
#42DBEB (or 0x42DBEB) is known color: Turquoise. HEX triplet: 42, DB and EB. RGB value is (66,219,235). Sum of RGB (Red+Green+Blue) = 66+219+235=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #42DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBEB is #BD2414. Grayscale: #AEAEAE. Windows color (decimal): -12395541 or 15457090. OLE color: 15457090.
HSL color Cylindrical-coordinate representation of color #42DBEB: hue angle of 185.68º 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 #42DBEB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 219 | 235 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.08 |
| HSL | 185.68º | 0.81% | 0.59% | - |
| HSV(B) | 185.68º | 0.72% | 0.92% | - |
| XYZ | 42.57 | 57.82 | 87.51 | - |
| YUV | 175.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 235 | 0.72 | 0.07 | 0 | 0.08 | 185.68 | 0.81 | 0.59 |
| Hex | 42 | DB | EB | 48 | 7 | 0 | 8 | BA | 51 | 3B |
| Octal | 102 | 333 | 353 | 110 | 7 | 0 | 10 | 272 | 121 | 73 |
| Binary | 1000010 | 11011011 | 11101011 | 1001000 | 111 | 0 | 1000 | 10111010 | 1010001 | 111011 |
Color Harmonies of #42DBEB
Complementary color
Monochromatic Colors of #42DBEB
Black with #42DBEB
Text Example
Text Example
White with #42DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBEB; }
p { color: rgb(66,219,235); }
H1.HeaderClassName
{
color: #42DBEB;
}
.AnyTagClassName
{
color: #42DBEB;
}
</style>
background-color css
<style>
a { background-color: #42DBEB; }
a { background-color: rgb(66,219,235); }
div.DivClassName
{
background-color: #42DBEB;
}
.BgClassName
{
background-color: #42DBEB;
}
</style>
border-color css
<style>
span { border-color: #42DBEB; }
span { border-color: rgb(66,219,235); }
td.TdClassName
{
border-color: #42DBEB;
}
.TagClassName
{
border-color: #42DBEB;
}
</style>