Shades of Turquoise #42DFB5
Tints of Turquoise #42DFB5
RGB
CMYK
RGB Variations
Color information
#42DFB5 (or 0x42DFB5) is known color: Turquoise. HEX triplet: 42, DF and B5. RGB value is (66,223,181). Sum of RGB (Red+Green+Blue) = 66+223+181=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFB5 is #BD204A. Grayscale: #ABABAB. Windows color (decimal): -12394571 or 11919170. OLE color: 11919170.
HSL color Cylindrical-coordinate representation of color #42DFB5: hue angle of 163.95º 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 #42DFB5 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 181 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.13 |
| HSL | 163.95º | 0.71% | 0.57% | - |
| HSV(B) | 163.95º | 0.7% | 0.87% | - |
| XYZ | 36.97 | 57.27 | 52.82 | - |
| YUV | 171.27 | 133.49 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 181 | 0.70 | 0 | 0.19 | 0.13 | 163.95 | 0.71 | 0.57 |
| Hex | 42 | DF | B5 | 46 | 0 | 13 | D | A4 | 47 | 39 |
| Octal | 102 | 337 | 265 | 106 | 0 | 23 | 15 | 244 | 107 | 71 |
| Binary | 1000010 | 11011111 | 10110101 | 1000110 | 0 | 10011 | 1101 | 10100100 | 1000111 | 111001 |
Color Harmonies of #42DFB5
Complementary color
Monochromatic Colors of #42DFB5
Black with #42DFB5
Text Example
Text Example
White with #42DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFB5; }
p { color: rgb(66,223,181); }
H1.HeaderClassName
{
color: #42DFB5;
}
.AnyTagClassName
{
color: #42DFB5;
}
</style>
background-color css
<style>
a { background-color: #42DFB5; }
a { background-color: rgb(66,223,181); }
div.DivClassName
{
background-color: #42DFB5;
}
.BgClassName
{
background-color: #42DFB5;
}
</style>
border-color css
<style>
span { border-color: #42DFB5; }
span { border-color: rgb(66,223,181); }
td.TdClassName
{
border-color: #42DFB5;
}
.TagClassName
{
border-color: #42DFB5;
}
</style>