Shades of Turquoise #42DBEA
Tints of Turquoise #42DBEA
RGB
CMYK
RGB Variations
Color information
#42DBEA (or 0x42DBEA) is known color: Turquoise. HEX triplet: 42, DB and EA. RGB value is (66,219,234). Sum of RGB (Red+Green+Blue) = 66+219+234=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #42DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBEA is #BD2415. Grayscale: #AEAEAE. Windows color (decimal): -12395542 or 15391554. OLE color: 15391554.
HSL color Cylindrical-coordinate representation of color #42DBEA: hue angle of 185.36º degrees, saturation: 0.8, 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 #42DBEA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 219 | 234 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.08 |
| HSL | 185.36º | 0.8% | 0.59% | - |
| HSV(B) | 185.36º | 0.72% | 0.92% | - |
| XYZ | 42.43 | 57.76 | 86.75 | - |
| YUV | 174.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 234 | 0.72 | 0.06 | 0 | 0.08 | 185.36 | 0.8 | 0.59 |
| Hex | 42 | DB | EA | 48 | 6 | 0 | 8 | B9 | 50 | 3B |
| Octal | 102 | 333 | 352 | 110 | 6 | 0 | 10 | 271 | 120 | 73 |
| Binary | 1000010 | 11011011 | 11101010 | 1001000 | 110 | 0 | 1000 | 10111001 | 1010000 | 111011 |
Color Harmonies of #42DBEA
Complementary color
Monochromatic Colors of #42DBEA
Black with #42DBEA
Text Example
Text Example
White with #42DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBEA; }
p { color: rgb(66,219,234); }
H1.HeaderClassName
{
color: #42DBEA;
}
.AnyTagClassName
{
color: #42DBEA;
}
</style>
background-color css
<style>
a { background-color: #42DBEA; }
a { background-color: rgb(66,219,234); }
div.DivClassName
{
background-color: #42DBEA;
}
.BgClassName
{
background-color: #42DBEA;
}
</style>
border-color css
<style>
span { border-color: #42DBEA; }
span { border-color: rgb(66,219,234); }
td.TdClassName
{
border-color: #42DBEA;
}
.TagClassName
{
border-color: #42DBEA;
}
</style>