Shades of Turquoise #42FECA
Tints of Turquoise #42FECA
RGB
CMYK
RGB Variations
Color information
#42FECA (or 0x42FECA) is known color: Turquoise. HEX triplet: 42, FE and CA. RGB value is (66,254,202). Sum of RGB (Red+Green+Blue) = 66+254+202=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #42FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FECA is #BD0135. Grayscale: #BFBFBF. Windows color (decimal): -12386614 or 13303362. OLE color: 13303362.
HSL color Cylindrical-coordinate representation of color #42FECA: hue angle of 163.4º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FECA is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 202 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.00 |
| HSL | 163.4º | 0.99% | 0.63% | - |
| HSV(B) | 163.4º | 0.74% | 1% | - |
| XYZ | 48.35 | 76.31 | 68.06 | - |
| YUV | 191.86 | 133.72 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 202 | 0.74 | 0 | 0.20 | 0.00 | 163.4 | 0.99 | 0.63 |
| Hex | 42 | FE | CA | 4A | 0 | 14 | 0 | A3 | 63 | 3F |
| Octal | 102 | 376 | 312 | 112 | 0 | 24 | 0 | 243 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11001010 | 1001010 | 0 | 10100 | 0 | 10100011 | 1100011 | 111111 |
Color Harmonies of #42FECA
Complementary color
Monochromatic Colors of #42FECA
Black with #42FECA
Text Example
Text Example
White with #42FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FECA; }
p { color: rgb(66,254,202); }
H1.HeaderClassName
{
color: #42FECA;
}
.AnyTagClassName
{
color: #42FECA;
}
</style>
background-color css
<style>
a { background-color: #42FECA; }
a { background-color: rgb(66,254,202); }
div.DivClassName
{
background-color: #42FECA;
}
.BgClassName
{
background-color: #42FECA;
}
</style>
border-color css
<style>
span { border-color: #42FECA; }
span { border-color: rgb(66,254,202); }
td.TdClassName
{
border-color: #42FECA;
}
.TagClassName
{
border-color: #42FECA;
}
</style>