Shades of Turquoise #42DEDE
Tints of Turquoise #42DEDE
RGB
CMYK
RGB Variations
Color information
#42DEDE (or 0x42DEDE) is known color: Turquoise. HEX triplet: 42, DE and DE. RGB value is (66,222,222). Sum of RGB (Red+Green+Blue) = 66+222+222=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #42DEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DEDE is #BD2121. Grayscale: #AFAFAF. Windows color (decimal): -12394786 or 14605890. OLE color: 14605890.
HSL color Cylindrical-coordinate representation of color #42DEDE: hue angle of 180º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DEDE is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 222 | - |
| CMYK | 0.70 | 0 | 0 | 0.13 |
| HSL | 180º | 0.7% | 0.56% | - |
| HSV(B) | 180º | 0.7% | 0.87% | - |
| XYZ | 41.55 | 58.67 | 78.24 | - |
| YUV | 175.36 | 154.32 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 222 | 0.70 | 0 | 0 | 0.13 | 180 | 0.7 | 0.56 |
| Hex | 42 | DE | DE | 46 | 0 | 0 | D | B4 | 46 | 38 |
| Octal | 102 | 336 | 336 | 106 | 0 | 0 | 15 | 264 | 106 | 70 |
| Binary | 1000010 | 11011110 | 11011110 | 1000110 | 0 | 0 | 1101 | 10110100 | 1000110 | 111000 |
Color Harmonies of #42DEDE
Complementary color
Monochromatic Colors of #42DEDE
Black with #42DEDE
Text Example
Text Example
White with #42DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DEDE; }
p { color: rgb(66,222,222); }
H1.HeaderClassName
{
color: #42DEDE;
}
.AnyTagClassName
{
color: #42DEDE;
}
</style>
background-color css
<style>
a { background-color: #42DEDE; }
a { background-color: rgb(66,222,222); }
div.DivClassName
{
background-color: #42DEDE;
}
.BgClassName
{
background-color: #42DEDE;
}
</style>
border-color css
<style>
span { border-color: #42DEDE; }
span { border-color: rgb(66,222,222); }
td.TdClassName
{
border-color: #42DEDE;
}
.TagClassName
{
border-color: #42DEDE;
}
</style>