Shades of Turquoise #42DFBE
Tints of Turquoise #42DFBE
RGB
CMYK
RGB Variations
Color information
#42DFBE (or 0x42DFBE) is known color: Turquoise. HEX triplet: 42, DF and BE. RGB value is (66,223,190). Sum of RGB (Red+Green+Blue) = 66+223+190=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFBE is #BD2041. Grayscale: #ACACAC. Windows color (decimal): -12394562 or 12508994. OLE color: 12508994.
HSL color Cylindrical-coordinate representation of color #42DFBE: hue angle of 167.39º 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 #42DFBE is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 190 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.13 |
| HSL | 167.39º | 0.71% | 0.57% | - |
| HSV(B) | 167.39º | 0.7% | 0.87% | - |
| XYZ | 37.93 | 57.65 | 57.84 | - |
| YUV | 172.3 | 137.99 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 190 | 0.70 | 0 | 0.15 | 0.13 | 167.39 | 0.71 | 0.57 |
| Hex | 42 | DF | BE | 46 | 0 | F | D | A7 | 47 | 39 |
| Octal | 102 | 337 | 276 | 106 | 0 | 17 | 15 | 247 | 107 | 71 |
| Binary | 1000010 | 11011111 | 10111110 | 1000110 | 0 | 1111 | 1101 | 10100111 | 1000111 | 111001 |
Color Harmonies of #42DFBE
Complementary color
Monochromatic Colors of #42DFBE
Black with #42DFBE
Text Example
Text Example
White with #42DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFBE; }
p { color: rgb(66,223,190); }
H1.HeaderClassName
{
color: #42DFBE;
}
.AnyTagClassName
{
color: #42DFBE;
}
</style>
background-color css
<style>
a { background-color: #42DFBE; }
a { background-color: rgb(66,223,190); }
div.DivClassName
{
background-color: #42DFBE;
}
.BgClassName
{
background-color: #42DFBE;
}
</style>
border-color css
<style>
span { border-color: #42DFBE; }
span { border-color: rgb(66,223,190); }
td.TdClassName
{
border-color: #42DFBE;
}
.TagClassName
{
border-color: #42DFBE;
}
</style>