Shades of Turquoise #42DFCD
Tints of Turquoise #42DFCD
RGB
CMYK
RGB Variations
Color information
#42DFCD (or 0x42DFCD) is known color: Turquoise. HEX triplet: 42, DF and CD. RGB value is (66,223,205). Sum of RGB (Red+Green+Blue) = 66+223+205=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFCD is #BD2032. Grayscale: #ADADAD. Windows color (decimal): -12394547 or 13492034. OLE color: 13492034.
HSL color Cylindrical-coordinate representation of color #42DFCD: hue angle of 173.12º 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 #42DFCD is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 205 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.13 |
| HSL | 173.12º | 0.71% | 0.57% | - |
| HSV(B) | 173.12º | 0.7% | 0.87% | - |
| XYZ | 39.65 | 58.34 | 66.93 | - |
| YUV | 174.01 | 145.49 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 205 | 0.70 | 0 | 0.08 | 0.13 | 173.12 | 0.71 | 0.57 |
| Hex | 42 | DF | CD | 46 | 0 | 8 | D | AD | 47 | 39 |
| Octal | 102 | 337 | 315 | 106 | 0 | 10 | 15 | 255 | 107 | 71 |
| Binary | 1000010 | 11011111 | 11001101 | 1000110 | 0 | 1000 | 1101 | 10101101 | 1000111 | 111001 |
Color Harmonies of #42DFCD
Complementary color
Monochromatic Colors of #42DFCD
Black with #42DFCD
Text Example
Text Example
White with #42DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFCD; }
p { color: rgb(66,223,205); }
H1.HeaderClassName
{
color: #42DFCD;
}
.AnyTagClassName
{
color: #42DFCD;
}
</style>
background-color css
<style>
a { background-color: #42DFCD; }
a { background-color: rgb(66,223,205); }
div.DivClassName
{
background-color: #42DFCD;
}
.BgClassName
{
background-color: #42DFCD;
}
</style>
border-color css
<style>
span { border-color: #42DFCD; }
span { border-color: rgb(66,223,205); }
td.TdClassName
{
border-color: #42DFCD;
}
.TagClassName
{
border-color: #42DFCD;
}
</style>