Shades of Turquoise #42E9C1
Tints of Turquoise #42E9C1
RGB
CMYK
RGB Variations
Color information
#42E9C1 (or 0x42E9C1) is known color: Turquoise. HEX triplet: 42, E9 and C1. RGB value is (66,233,193). Sum of RGB (Red+Green+Blue) = 66+233+193=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E9C1 is #BD163E. Grayscale: #B2B2B2. Windows color (decimal): -12391999 or 12708162. OLE color: 12708162.
HSL color Cylindrical-coordinate representation of color #42E9C1: hue angle of 165.63º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9C1 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 193 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.09 |
| HSL | 165.63º | 0.79% | 0.59% | - |
| HSV(B) | 165.63º | 0.72% | 0.91% | - |
| XYZ | 41.01 | 63.29 | 60.51 | - |
| YUV | 178.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 193 | 0.72 | 0 | 0.17 | 0.09 | 165.63 | 0.79 | 0.59 |
| Hex | 42 | E9 | C1 | 48 | 0 | 11 | 9 | A6 | 4F | 3B |
| Octal | 102 | 351 | 301 | 110 | 0 | 21 | 11 | 246 | 117 | 73 |
| Binary | 1000010 | 11101001 | 11000001 | 1001000 | 0 | 10001 | 1001 | 10100110 | 1001111 | 111011 |
Color Harmonies of #42E9C1
Complementary color
Monochromatic Colors of #42E9C1
Black with #42E9C1
Text Example
Text Example
White with #42E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E9C1; }
p { color: rgb(66,233,193); }
H1.HeaderClassName
{
color: #42E9C1;
}
.AnyTagClassName
{
color: #42E9C1;
}
</style>
background-color css
<style>
a { background-color: #42E9C1; }
a { background-color: rgb(66,233,193); }
div.DivClassName
{
background-color: #42E9C1;
}
.BgClassName
{
background-color: #42E9C1;
}
</style>
border-color css
<style>
span { border-color: #42E9C1; }
span { border-color: rgb(66,233,193); }
td.TdClassName
{
border-color: #42E9C1;
}
.TagClassName
{
border-color: #42E9C1;
}
</style>