Shades of Turquoise #42ECE4
Tints of Turquoise #42ECE4
RGB
CMYK
RGB Variations
Color information
#42ECE4 (or 0x42ECE4) is known color: Turquoise. HEX triplet: 42, EC and E4. RGB value is (66,236,228). Sum of RGB (Red+Green+Blue) = 66+236+228=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECE4 is #BD131B. Grayscale: #B8B8B8. Windows color (decimal): -12391196 or 15002690. OLE color: 15002690.
HSL color Cylindrical-coordinate representation of color #42ECE4: hue angle of 177.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECE4 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 228 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.07 |
| HSL | 177.18º | 0.82% | 0.59% | - |
| HSV(B) | 177.18º | 0.72% | 0.93% | - |
| XYZ | 46.25 | 66.75 | 83.85 | - |
| YUV | 184.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 228 | 0.72 | 0 | 0.03 | 0.07 | 177.18 | 0.82 | 0.59 |
| Hex | 42 | EC | E4 | 48 | 0 | 3 | 7 | B1 | 52 | 3B |
| Octal | 102 | 354 | 344 | 110 | 0 | 3 | 7 | 261 | 122 | 73 |
| Binary | 1000010 | 11101100 | 11100100 | 1001000 | 0 | 11 | 111 | 10110001 | 1010010 | 111011 |
Color Harmonies of #42ECE4
Complementary color
Monochromatic Colors of #42ECE4
Black with #42ECE4
Text Example
Text Example
White with #42ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECE4; }
p { color: rgb(66,236,228); }
H1.HeaderClassName
{
color: #42ECE4;
}
.AnyTagClassName
{
color: #42ECE4;
}
</style>
background-color css
<style>
a { background-color: #42ECE4; }
a { background-color: rgb(66,236,228); }
div.DivClassName
{
background-color: #42ECE4;
}
.BgClassName
{
background-color: #42ECE4;
}
</style>
border-color css
<style>
span { border-color: #42ECE4; }
span { border-color: rgb(66,236,228); }
td.TdClassName
{
border-color: #42ECE4;
}
.TagClassName
{
border-color: #42ECE4;
}
</style>