Shades of Turquoise #42DFB7
Tints of Turquoise #42DFB7
RGB
CMYK
RGB Variations
Color information
#42DFB7 (or 0x42DFB7) is known color: Turquoise. HEX triplet: 42, DF and B7. RGB value is (66,223,183). Sum of RGB (Red+Green+Blue) = 66+223+183=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFB7 is #BD2048. Grayscale: #ABABAB. Windows color (decimal): -12394569 or 12050242. OLE color: 12050242.
HSL color Cylindrical-coordinate representation of color #42DFB7: hue angle of 164.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFB7 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 183 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.13 |
| HSL | 164.71º | 0.71% | 0.57% | - |
| HSV(B) | 164.71º | 0.7% | 0.87% | - |
| XYZ | 37.18 | 57.35 | 53.91 | - |
| YUV | 171.5 | 134.49 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 183 | 0.70 | 0 | 0.18 | 0.13 | 164.71 | 0.71 | 0.57 |
| Hex | 42 | DF | B7 | 46 | 0 | 12 | D | A5 | 47 | 39 |
| Octal | 102 | 337 | 267 | 106 | 0 | 22 | 15 | 245 | 107 | 71 |
| Binary | 1000010 | 11011111 | 10110111 | 1000110 | 0 | 10010 | 1101 | 10100101 | 1000111 | 111001 |
Color Harmonies of #42DFB7
Complementary color
Monochromatic Colors of #42DFB7
Black with #42DFB7
Text Example
Text Example
White with #42DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFB7; }
p { color: rgb(66,223,183); }
H1.HeaderClassName
{
color: #42DFB7;
}
.AnyTagClassName
{
color: #42DFB7;
}
</style>
background-color css
<style>
a { background-color: #42DFB7; }
a { background-color: rgb(66,223,183); }
div.DivClassName
{
background-color: #42DFB7;
}
.BgClassName
{
background-color: #42DFB7;
}
</style>
border-color css
<style>
span { border-color: #42DFB7; }
span { border-color: rgb(66,223,183); }
td.TdClassName
{
border-color: #42DFB7;
}
.TagClassName
{
border-color: #42DFB7;
}
</style>