Shades of Turquoise #42FEDD
Tints of Turquoise #42FEDD
RGB
CMYK
RGB Variations
Color information
#42FEDD (or 0x42FEDD) is known color: Turquoise. HEX triplet: 42, FE and DD. RGB value is (66,254,221). Sum of RGB (Red+Green+Blue) = 66+254+221=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEDD is #BD0122. Grayscale: #C1C1C1. Windows color (decimal): -12386595 or 14548546. OLE color: 14548546.
HSL color Cylindrical-coordinate representation of color #42FEDD: hue angle of 169.47º 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 #42FEDD is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 221 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.00 |
| HSL | 169.47º | 0.99% | 0.63% | - |
| HSV(B) | 169.47º | 0.74% | 1% | - |
| XYZ | 50.74 | 77.26 | 80.65 | - |
| YUV | 194.03 | 143.22 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 221 | 0.74 | 0 | 0.13 | 0.00 | 169.47 | 0.99 | 0.63 |
| Hex | 42 | FE | DD | 4A | 0 | D | 0 | A9 | 63 | 3F |
| Octal | 102 | 376 | 335 | 112 | 0 | 15 | 0 | 251 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11011101 | 1001010 | 0 | 1101 | 0 | 10101001 | 1100011 | 111111 |
Color Harmonies of #42FEDD
Complementary color
Monochromatic Colors of #42FEDD
Black with #42FEDD
Text Example
Text Example
White with #42FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEDD; }
p { color: rgb(66,254,221); }
H1.HeaderClassName
{
color: #42FEDD;
}
.AnyTagClassName
{
color: #42FEDD;
}
</style>
background-color css
<style>
a { background-color: #42FEDD; }
a { background-color: rgb(66,254,221); }
div.DivClassName
{
background-color: #42FEDD;
}
.BgClassName
{
background-color: #42FEDD;
}
</style>
border-color css
<style>
span { border-color: #42FEDD; }
span { border-color: rgb(66,254,221); }
td.TdClassName
{
border-color: #42FEDD;
}
.TagClassName
{
border-color: #42FEDD;
}
</style>