Shades of Turquoise #42DCEF
Tints of Turquoise #42DCEF
RGB
CMYK
RGB Variations
Color information
#42DCEF (or 0x42DCEF) is known color: Turquoise. HEX triplet: 42, DC and EF. RGB value is (66,220,239). Sum of RGB (Red+Green+Blue) = 66+220+239=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #42DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCEF is #BD2310. Grayscale: #AFAFAF. Windows color (decimal): -12395281 or 15719490. OLE color: 15719490.
HSL color Cylindrical-coordinate representation of color #42DCEF: hue angle of 186.59º 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 #42DCEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 220 | 239 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.06 |
| HSL | 186.59º | 0.84% | 0.6% | - |
| HSV(B) | 186.59º | 0.72% | 0.94% | - |
| XYZ | 43.42 | 58.58 | 90.68 | - |
| YUV | 176.12 | 163.48 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 239 | 0.72 | 0.08 | 0 | 0.06 | 186.59 | 0.84 | 0.6 |
| Hex | 42 | DC | EF | 48 | 8 | 0 | 6 | BB | 54 | 3C |
| Octal | 102 | 334 | 357 | 110 | 10 | 0 | 6 | 273 | 124 | 74 |
| Binary | 1000010 | 11011100 | 11101111 | 1001000 | 1000 | 0 | 110 | 10111011 | 1010100 | 111100 |
Color Harmonies of #42DCEF
Complementary color
Monochromatic Colors of #42DCEF
Black with #42DCEF
Text Example
Text Example
White with #42DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCEF; }
p { color: rgb(66,220,239); }
H1.HeaderClassName
{
color: #42DCEF;
}
.AnyTagClassName
{
color: #42DCEF;
}
</style>
background-color css
<style>
a { background-color: #42DCEF; }
a { background-color: rgb(66,220,239); }
div.DivClassName
{
background-color: #42DCEF;
}
.BgClassName
{
background-color: #42DCEF;
}
</style>
border-color css
<style>
span { border-color: #42DCEF; }
span { border-color: rgb(66,220,239); }
td.TdClassName
{
border-color: #42DCEF;
}
.TagClassName
{
border-color: #42DCEF;
}
</style>