Shades of Turquoise #42EACD
Tints of Turquoise #42EACD
RGB
CMYK
RGB Variations
Color information
#42EACD (or 0x42EACD) is known color: Turquoise. HEX triplet: 42, EA and CD. RGB value is (66,234,205). Sum of RGB (Red+Green+Blue) = 66+234+205=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #42EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EACD is #BD1532. Grayscale: #B4B4B4. Windows color (decimal): -12391731 or 13494850. OLE color: 13494850.
HSL color Cylindrical-coordinate representation of color #42EACD: hue angle of 169.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EACD is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 205 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.08 |
| HSL | 169.64º | 0.8% | 0.59% | - |
| HSV(B) | 169.64º | 0.72% | 0.92% | - |
| XYZ | 42.69 | 64.41 | 67.94 | - |
| YUV | 180.46 | 141.84 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 205 | 0.72 | 0 | 0.12 | 0.08 | 169.64 | 0.8 | 0.59 |
| Hex | 42 | EA | CD | 48 | 0 | C | 8 | AA | 50 | 3B |
| Octal | 102 | 352 | 315 | 110 | 0 | 14 | 10 | 252 | 120 | 73 |
| Binary | 1000010 | 11101010 | 11001101 | 1001000 | 0 | 1100 | 1000 | 10101010 | 1010000 | 111011 |
Color Harmonies of #42EACD
Complementary color
Monochromatic Colors of #42EACD
Black with #42EACD
Text Example
Text Example
White with #42EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EACD; }
p { color: rgb(66,234,205); }
H1.HeaderClassName
{
color: #42EACD;
}
.AnyTagClassName
{
color: #42EACD;
}
</style>
background-color css
<style>
a { background-color: #42EACD; }
a { background-color: rgb(66,234,205); }
div.DivClassName
{
background-color: #42EACD;
}
.BgClassName
{
background-color: #42EACD;
}
</style>
border-color css
<style>
span { border-color: #42EACD; }
span { border-color: rgb(66,234,205); }
td.TdClassName
{
border-color: #42EACD;
}
.TagClassName
{
border-color: #42EACD;
}
</style>