Shades of Turquoise #42DDEF
Tints of Turquoise #42DDEF
RGB
CMYK
RGB Variations
Color information
#42DDEF (or 0x42DDEF) is known color: Turquoise. HEX triplet: 42, DD and EF. RGB value is (66,221,239). Sum of RGB (Red+Green+Blue) = 66+221+239=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #42DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDEF is #BD2210. Grayscale: #B0B0B0. Windows color (decimal): -12395025 or 15719746. OLE color: 15719746.
HSL color Cylindrical-coordinate representation of color #42DDEF: hue angle of 186.24º 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 #42DDEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 221 | 239 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.06 |
| HSL | 186.24º | 0.84% | 0.6% | - |
| HSV(B) | 186.24º | 0.72% | 0.94% | - |
| XYZ | 43.68 | 59.1 | 90.77 | - |
| YUV | 176.71 | 163.15 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 239 | 0.72 | 0.08 | 0 | 0.06 | 186.24 | 0.84 | 0.6 |
| Hex | 42 | DD | EF | 48 | 8 | 0 | 6 | BA | 54 | 3C |
| Octal | 102 | 335 | 357 | 110 | 10 | 0 | 6 | 272 | 124 | 74 |
| Binary | 1000010 | 11011101 | 11101111 | 1001000 | 1000 | 0 | 110 | 10111010 | 1010100 | 111100 |
Color Harmonies of #42DDEF
Complementary color
Monochromatic Colors of #42DDEF
Black with #42DDEF
Text Example
Text Example
White with #42DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDEF; }
p { color: rgb(66,221,239); }
H1.HeaderClassName
{
color: #42DDEF;
}
.AnyTagClassName
{
color: #42DDEF;
}
</style>
background-color css
<style>
a { background-color: #42DDEF; }
a { background-color: rgb(66,221,239); }
div.DivClassName
{
background-color: #42DDEF;
}
.BgClassName
{
background-color: #42DDEF;
}
</style>
border-color css
<style>
span { border-color: #42DDEF; }
span { border-color: rgb(66,221,239); }
td.TdClassName
{
border-color: #42DDEF;
}
.TagClassName
{
border-color: #42DDEF;
}
</style>