Shades of Turquoise #55FEDD
Tints of Turquoise #55FEDD
RGB
CMYK
RGB Variations
Color information
#55FEDD (or 0x55FEDD) is known color: Turquoise. HEX triplet: 55, FE and DD. RGB value is (85,254,221). Sum of RGB (Red+Green+Blue) = 85+254+221=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEDD is #AA0122. Grayscale: #C7C7C7. Windows color (decimal): -11141411 or 14548565. OLE color: 14548565.
HSL color Cylindrical-coordinate representation of color #55FEDD: hue angle of 168.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEDD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 221 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.00 |
| HSL | 168.28º | 0.99% | 0.66% | - |
| HSV(B) | 168.28º | 0.67% | 1% | - |
| XYZ | 52.24 | 78.04 | 80.72 | - |
| YUV | 199.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 221 | 0.67 | 0 | 0.13 | 0.00 | 168.28 | 0.99 | 0.66 |
| Hex | 55 | FE | DD | 43 | 0 | D | 0 | A8 | 63 | 42 |
| Octal | 125 | 376 | 335 | 103 | 0 | 15 | 0 | 250 | 143 | 102 |
| Binary | 1010101 | 11111110 | 11011101 | 1000011 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000010 |
Color Harmonies of #55FEDD
Complementary color
Monochromatic Colors of #55FEDD
Black with #55FEDD
Text Example
Text Example
White with #55FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEDD; }
p { color: rgb(85,254,221); }
H1.HeaderClassName
{
color: #55FEDD;
}
.AnyTagClassName
{
color: #55FEDD;
}
</style>
background-color css
<style>
a { background-color: #55FEDD; }
a { background-color: rgb(85,254,221); }
div.DivClassName
{
background-color: #55FEDD;
}
.BgClassName
{
background-color: #55FEDD;
}
</style>
border-color css
<style>
span { border-color: #55FEDD; }
span { border-color: rgb(85,254,221); }
td.TdClassName
{
border-color: #55FEDD;
}
.TagClassName
{
border-color: #55FEDD;
}
</style>