Shades of Turquoise #42E8CD
Tints of Turquoise #42E8CD
RGB
CMYK
RGB Variations
Color information
#42E8CD (or 0x42E8CD) is known color: Turquoise. HEX triplet: 42, E8 and CD. RGB value is (66,232,205). Sum of RGB (Red+Green+Blue) = 66+232+205=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8CD is #BD1732. Grayscale: #B3B3B3. Windows color (decimal): -12392243 or 13494338. OLE color: 13494338.
HSL color Cylindrical-coordinate representation of color #42E8CD: hue angle of 170.24º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8CD is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 205 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.09 |
| HSL | 170.24º | 0.78% | 0.58% | - |
| HSV(B) | 170.24º | 0.72% | 0.91% | - |
| XYZ | 42.12 | 63.28 | 67.75 | - |
| YUV | 179.29 | 142.5 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 205 | 0.72 | 0 | 0.12 | 0.09 | 170.24 | 0.78 | 0.58 |
| Hex | 42 | E8 | CD | 48 | 0 | C | 9 | AA | 4E | 3A |
| Octal | 102 | 350 | 315 | 110 | 0 | 14 | 11 | 252 | 116 | 72 |
| Binary | 1000010 | 11101000 | 11001101 | 1001000 | 0 | 1100 | 1001 | 10101010 | 1001110 | 111010 |
Color Harmonies of #42E8CD
Complementary color
Monochromatic Colors of #42E8CD
Black with #42E8CD
Text Example
Text Example
White with #42E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E8CD; }
p { color: rgb(66,232,205); }
H1.HeaderClassName
{
color: #42E8CD;
}
.AnyTagClassName
{
color: #42E8CD;
}
</style>
background-color css
<style>
a { background-color: #42E8CD; }
a { background-color: rgb(66,232,205); }
div.DivClassName
{
background-color: #42E8CD;
}
.BgClassName
{
background-color: #42E8CD;
}
</style>
border-color css
<style>
span { border-color: #42E8CD; }
span { border-color: rgb(66,232,205); }
td.TdClassName
{
border-color: #42E8CD;
}
.TagClassName
{
border-color: #42E8CD;
}
</style>