Shades of Turquoise #42DFC2
Tints of Turquoise #42DFC2
RGB
CMYK
RGB Variations
Color information
#42DFC2 (or 0x42DFC2) is known color: Turquoise. HEX triplet: 42, DF and C2. RGB value is (66,223,194). Sum of RGB (Red+Green+Blue) = 66+223+194=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFC2 is #BD203D. Grayscale: #ACACAC. Windows color (decimal): -12394558 or 12771138. OLE color: 12771138.
HSL color Cylindrical-coordinate representation of color #42DFC2: hue angle of 168.92º 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 #42DFC2 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 194 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.13 |
| HSL | 168.92º | 0.71% | 0.57% | - |
| HSV(B) | 168.92º | 0.7% | 0.87% | - |
| XYZ | 38.37 | 57.83 | 60.18 | - |
| YUV | 172.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 194 | 0.70 | 0 | 0.13 | 0.13 | 168.92 | 0.71 | 0.57 |
| Hex | 42 | DF | C2 | 46 | 0 | D | D | A9 | 47 | 39 |
| Octal | 102 | 337 | 302 | 106 | 0 | 15 | 15 | 251 | 107 | 71 |
| Binary | 1000010 | 11011111 | 11000010 | 1000110 | 0 | 1101 | 1101 | 10101001 | 1000111 | 111001 |
Color Harmonies of #42DFC2
Complementary color
Monochromatic Colors of #42DFC2
Black with #42DFC2
Text Example
Text Example
White with #42DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFC2; }
p { color: rgb(66,223,194); }
H1.HeaderClassName
{
color: #42DFC2;
}
.AnyTagClassName
{
color: #42DFC2;
}
</style>
background-color css
<style>
a { background-color: #42DFC2; }
a { background-color: rgb(66,223,194); }
div.DivClassName
{
background-color: #42DFC2;
}
.BgClassName
{
background-color: #42DFC2;
}
</style>
border-color css
<style>
span { border-color: #42DFC2; }
span { border-color: rgb(66,223,194); }
td.TdClassName
{
border-color: #42DFC2;
}
.TagClassName
{
border-color: #42DFC2;
}
</style>