Shades of Turquoise #42DBEE
Tints of Turquoise #42DBEE
RGB
CMYK
RGB Variations
Color information
#42DBEE (or 0x42DBEE) is known color: Turquoise. HEX triplet: 42, DB and EE. RGB value is (66,219,238). Sum of RGB (Red+Green+Blue) = 66+219+238=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #42DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBEE is #BD2411. Grayscale: #AFAFAF. Windows color (decimal): -12395538 or 15653698. OLE color: 15653698.
HSL color Cylindrical-coordinate representation of color #42DBEE: hue angle of 186.63º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DBEE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 219 | 238 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.07 |
| HSL | 186.63º | 0.83% | 0.6% | - |
| HSV(B) | 186.63º | 0.72% | 0.93% | - |
| XYZ | 43.01 | 57.99 | 89.82 | - |
| YUV | 175.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 238 | 0.72 | 0.08 | 0 | 0.07 | 186.63 | 0.83 | 0.6 |
| Hex | 42 | DB | EE | 48 | 8 | 0 | 7 | BB | 53 | 3C |
| Octal | 102 | 333 | 356 | 110 | 10 | 0 | 7 | 273 | 123 | 74 |
| Binary | 1000010 | 11011011 | 11101110 | 1001000 | 1000 | 0 | 111 | 10111011 | 1010011 | 111100 |
Color Harmonies of #42DBEE
Complementary color
Monochromatic Colors of #42DBEE
Black with #42DBEE
Text Example
Text Example
White with #42DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBEE; }
p { color: rgb(66,219,238); }
H1.HeaderClassName
{
color: #42DBEE;
}
.AnyTagClassName
{
color: #42DBEE;
}
</style>
background-color css
<style>
a { background-color: #42DBEE; }
a { background-color: rgb(66,219,238); }
div.DivClassName
{
background-color: #42DBEE;
}
.BgClassName
{
background-color: #42DBEE;
}
</style>
border-color css
<style>
span { border-color: #42DBEE; }
span { border-color: rgb(66,219,238); }
td.TdClassName
{
border-color: #42DBEE;
}
.TagClassName
{
border-color: #42DBEE;
}
</style>