Shades of Turquoise #42FECE
Tints of Turquoise #42FECE
RGB
CMYK
RGB Variations
Color information
#42FECE (or 0x42FECE) is known color: Turquoise. HEX triplet: 42, FE and CE. RGB value is (66,254,206). Sum of RGB (Red+Green+Blue) = 66+254+206=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #42FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FECE is #BD0131. Grayscale: #C0C0C0. Windows color (decimal): -12386610 or 13565506. OLE color: 13565506.
HSL color Cylindrical-coordinate representation of color #42FECE: hue angle of 164.68º 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 #42FECE is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 206 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.00 |
| HSL | 164.68º | 0.99% | 0.63% | - |
| HSV(B) | 164.68º | 0.74% | 1% | - |
| XYZ | 48.83 | 76.5 | 70.58 | - |
| YUV | 192.32 | 135.72 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 206 | 0.74 | 0 | 0.19 | 0.00 | 164.68 | 0.99 | 0.63 |
| Hex | 42 | FE | CE | 4A | 0 | 13 | 0 | A5 | 63 | 3F |
| Octal | 102 | 376 | 316 | 112 | 0 | 23 | 0 | 245 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11001110 | 1001010 | 0 | 10011 | 0 | 10100101 | 1100011 | 111111 |
Color Harmonies of #42FECE
Complementary color
Monochromatic Colors of #42FECE
Black with #42FECE
Text Example
Text Example
White with #42FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FECE; }
p { color: rgb(66,254,206); }
H1.HeaderClassName
{
color: #42FECE;
}
.AnyTagClassName
{
color: #42FECE;
}
</style>
background-color css
<style>
a { background-color: #42FECE; }
a { background-color: rgb(66,254,206); }
div.DivClassName
{
background-color: #42FECE;
}
.BgClassName
{
background-color: #42FECE;
}
</style>
border-color css
<style>
span { border-color: #42FECE; }
span { border-color: rgb(66,254,206); }
td.TdClassName
{
border-color: #42FECE;
}
.TagClassName
{
border-color: #42FECE;
}
</style>