Shades of Turquoise #42FCE5
Tints of Turquoise #42FCE5
RGB
CMYK
RGB Variations
Color information
#42FCE5 (or 0x42FCE5) is known color: Turquoise. HEX triplet: 42, FC and E5. RGB value is (66,252,229). Sum of RGB (Red+Green+Blue) = 66+252+229=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCE5 is #BD031A. Grayscale: #C1C1C1. Windows color (decimal): -12387099 or 15072322. OLE color: 15072322.
HSL color Cylindrical-coordinate representation of color #42FCE5: hue angle of 172.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCE5 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 229 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.01 |
| HSL | 172.58º | 0.97% | 0.62% | - |
| HSV(B) | 172.58º | 0.74% | 0.99% | - |
| XYZ | 51.2 | 76.44 | 86.18 | - |
| YUV | 193.76 | 147.88 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 229 | 0.74 | 0 | 0.09 | 0.01 | 172.58 | 0.97 | 0.62 |
| Hex | 42 | FC | E5 | 4A | 0 | 9 | 1 | AD | 61 | 3E |
| Octal | 102 | 374 | 345 | 112 | 0 | 11 | 1 | 255 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11100101 | 1001010 | 0 | 1001 | 1 | 10101101 | 1100001 | 111110 |
Color Harmonies of #42FCE5
Complementary color
Monochromatic Colors of #42FCE5
Black with #42FCE5
Text Example
Text Example
White with #42FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCE5; }
p { color: rgb(66,252,229); }
H1.HeaderClassName
{
color: #42FCE5;
}
.AnyTagClassName
{
color: #42FCE5;
}
</style>
background-color css
<style>
a { background-color: #42FCE5; }
a { background-color: rgb(66,252,229); }
div.DivClassName
{
background-color: #42FCE5;
}
.BgClassName
{
background-color: #42FCE5;
}
</style>
border-color css
<style>
span { border-color: #42FCE5; }
span { border-color: rgb(66,252,229); }
td.TdClassName
{
border-color: #42FCE5;
}
.TagClassName
{
border-color: #42FCE5;
}
</style>