Shades of Turquoise #42FECD
Tints of Turquoise #42FECD
RGB
CMYK
RGB Variations
Color information
#42FECD (or 0x42FECD) is known color: Turquoise. HEX triplet: 42, FE and CD. RGB value is (66,254,205). Sum of RGB (Red+Green+Blue) = 66+254+205=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #42FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FECD is #BD0132. Grayscale: #C0C0C0. Windows color (decimal): -12386611 or 13499970. OLE color: 13499970.
HSL color Cylindrical-coordinate representation of color #42FECD: hue angle of 164.36º 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 #42FECD is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 205 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.00 |
| HSL | 164.36º | 0.99% | 0.63% | - |
| HSV(B) | 164.36º | 0.74% | 1% | - |
| XYZ | 48.71 | 76.45 | 69.95 | - |
| YUV | 192.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 205 | 0.74 | 0 | 0.19 | 0.00 | 164.36 | 0.99 | 0.63 |
| Hex | 42 | FE | CD | 4A | 0 | 13 | 0 | A4 | 63 | 3F |
| Octal | 102 | 376 | 315 | 112 | 0 | 23 | 0 | 244 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11001101 | 1001010 | 0 | 10011 | 0 | 10100100 | 1100011 | 111111 |
Color Harmonies of #42FECD
Complementary color
Monochromatic Colors of #42FECD
Black with #42FECD
Text Example
Text Example
White with #42FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FECD; }
p { color: rgb(66,254,205); }
H1.HeaderClassName
{
color: #42FECD;
}
.AnyTagClassName
{
color: #42FECD;
}
</style>
background-color css
<style>
a { background-color: #42FECD; }
a { background-color: rgb(66,254,205); }
div.DivClassName
{
background-color: #42FECD;
}
.BgClassName
{
background-color: #42FECD;
}
</style>
border-color css
<style>
span { border-color: #42FECD; }
span { border-color: rgb(66,254,205); }
td.TdClassName
{
border-color: #42FECD;
}
.TagClassName
{
border-color: #42FECD;
}
</style>