Shades of Turquoise #42DCB7
Tints of Turquoise #42DCB7
RGB
CMYK
RGB Variations
Color information
#42DCB7 (or 0x42DCB7) is known color: Turquoise. HEX triplet: 42, DC and B7. RGB value is (66,220,183). Sum of RGB (Red+Green+Blue) = 66+220+183=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DCB7 is #BD2348. Grayscale: #A9A9A9. Windows color (decimal): -12395337 or 12049474. OLE color: 12049474.
HSL color Cylindrical-coordinate representation of color #42DCB7: hue angle of 165.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DCB7 is Cyan = 0.7, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 183 | - |
| CMYK | 0.7 | 0 | 0.17 | 0.14 |
| HSL | 165.58º | 0.69% | 0.56% | - |
| HSV(B) | 165.58º | 0.7% | 0.86% | - |
| XYZ | 36.39 | 55.76 | 53.65 | - |
| YUV | 169.74 | 135.48 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 183 | 0.7 | 0 | 0.17 | 0.14 | 165.58 | 0.69 | 0.56 |
| Hex | 42 | DC | B7 | 46 | 0 | 11 | E | A6 | 45 | 38 |
| Octal | 102 | 334 | 267 | 106 | 0 | 21 | 16 | 246 | 105 | 70 |
| Binary | 1000010 | 11011100 | 10110111 | 1000110 | 0 | 10001 | 1110 | 10100110 | 1000101 | 111000 |
Color Harmonies of #42DCB7
Complementary color
Monochromatic Colors of #42DCB7
Black with #42DCB7
Text Example
Text Example
White with #42DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCB7; }
p { color: rgb(66,220,183); }
H1.HeaderClassName
{
color: #42DCB7;
}
.AnyTagClassName
{
color: #42DCB7;
}
</style>
background-color css
<style>
a { background-color: #42DCB7; }
a { background-color: rgb(66,220,183); }
div.DivClassName
{
background-color: #42DCB7;
}
.BgClassName
{
background-color: #42DCB7;
}
</style>
border-color css
<style>
span { border-color: #42DCB7; }
span { border-color: rgb(66,220,183); }
td.TdClassName
{
border-color: #42DCB7;
}
.TagClassName
{
border-color: #42DCB7;
}
</style>