Shades of Turquoise #42DBEF
Tints of Turquoise #42DBEF
RGB
CMYK
RGB Variations
Color information
#42DBEF (or 0x42DBEF) is known color: Turquoise. HEX triplet: 42, DB and EF. RGB value is (66,219,239). Sum of RGB (Red+Green+Blue) = 66+219+239=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #42DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBEF is #BD2410. Grayscale: #AFAFAF. Windows color (decimal): -12395537 or 15719234. OLE color: 15719234.
HSL color Cylindrical-coordinate representation of color #42DBEF: hue angle of 186.94º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DBEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 219 | 239 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.06 |
| HSL | 186.94º | 0.84% | 0.6% | - |
| HSV(B) | 186.94º | 0.72% | 0.94% | - |
| XYZ | 43.16 | 58.05 | 90.59 | - |
| YUV | 175.53 | 163.81 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 239 | 0.72 | 0.08 | 0 | 0.06 | 186.94 | 0.84 | 0.6 |
| Hex | 42 | DB | EF | 48 | 8 | 0 | 6 | BB | 54 | 3C |
| Octal | 102 | 333 | 357 | 110 | 10 | 0 | 6 | 273 | 124 | 74 |
| Binary | 1000010 | 11011011 | 11101111 | 1001000 | 1000 | 0 | 110 | 10111011 | 1010100 | 111100 |
Color Harmonies of #42DBEF
Complementary color
Monochromatic Colors of #42DBEF
Black with #42DBEF
Text Example
Text Example
White with #42DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBEF; }
p { color: rgb(66,219,239); }
H1.HeaderClassName
{
color: #42DBEF;
}
.AnyTagClassName
{
color: #42DBEF;
}
</style>
background-color css
<style>
a { background-color: #42DBEF; }
a { background-color: rgb(66,219,239); }
div.DivClassName
{
background-color: #42DBEF;
}
.BgClassName
{
background-color: #42DBEF;
}
</style>
border-color css
<style>
span { border-color: #42DBEF; }
span { border-color: rgb(66,219,239); }
td.TdClassName
{
border-color: #42DBEF;
}
.TagClassName
{
border-color: #42DBEF;
}
</style>