Shades of Turquoise #42E5CC
Tints of Turquoise #42E5CC
RGB
CMYK
RGB Variations
Color information
#42E5CC (or 0x42E5CC) is known color: Turquoise. HEX triplet: 42, E5 and CC. RGB value is (66,229,204). Sum of RGB (Red+Green+Blue) = 66+229+204=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #42E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E5CC is #BD1A33. Grayscale: #B1B1B1. Windows color (decimal): -12393012 or 13428034. OLE color: 13428034.
HSL color Cylindrical-coordinate representation of color #42E5CC: hue angle of 170.8º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E5CC is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 66 | 229 | 204 | - |
CMYK | 0.71 | 0 | 0.11 | 0.10 |
HSL | 170.8º | 0.76% | 0.58% | - |
HSV(B) | 170.8º | 0.71% | 0.9% | - |
XYZ | 41.17 | 61.56 | 66.84 | - |
YUV | 177.41 | 143 | 48.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 229 | 204 | 0.71 | 0 | 0.11 | 0.10 | 170.8 | 0.76 | 0.58 |
Hex | 42 | E5 | CC | 47 | 0 | B | A | AB | 4C | 3A |
Octal | 102 | 345 | 314 | 107 | 0 | 13 | 12 | 253 | 114 | 72 |
Binary | 1000010 | 11100101 | 11001100 | 1000111 | 0 | 1011 | 1010 | 10101011 | 1001100 | 111010 |
Color Harmonies of #42E5CC
Complementary color
Monochromatic Colors of #42E5CC
Black with #42E5CC
Text Example
Text Example
White with #42E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5CC; }
p { color: rgb(66,229,204); }
H1.HeaderClassName
{
color: #42E5CC;
}
.AnyTagClassName
{
color: #42E5CC;
}
</style>
background-color css
<style>
a { background-color: #42E5CC; }
a { background-color: rgb(66,229,204); }
div.DivClassName
{
background-color: #42E5CC;
}
.BgClassName
{
background-color: #42E5CC;
}
</style>
border-color css
<style>
span { border-color: #42E5CC; }
span { border-color: rgb(66,229,204); }
td.TdClassName
{
border-color: #42E5CC;
}
.TagClassName
{
border-color: #42E5CC;
}
</style>