Shades of Turquoise #55FDDF
Tints of Turquoise #55FDDF
RGB
CMYK
RGB Variations
Color information
#55FDDF (or 0x55FDDF) is known color: Turquoise. HEX triplet: 55, FD and DF. RGB value is (85,253,223). Sum of RGB (Red+Green+Blue) = 85+253+223=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDDF is #AA0220. Grayscale: #C7C7C7. Windows color (decimal): -11141665 or 14679381. OLE color: 14679381.
HSL color Cylindrical-coordinate representation of color #55FDDF: hue angle of 169.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDDF is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 223 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.01 |
| HSL | 169.29º | 0.98% | 0.66% | - |
| HSV(B) | 169.29º | 0.66% | 0.99% | - |
| XYZ | 52.19 | 77.51 | 82.02 | - |
| YUV | 199.35 | 141.34 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 223 | 0.66 | 0 | 0.12 | 0.01 | 169.29 | 0.98 | 0.66 |
| Hex | 55 | FD | DF | 42 | 0 | C | 1 | A9 | 62 | 42 |
| Octal | 125 | 375 | 337 | 102 | 0 | 14 | 1 | 251 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11011111 | 1000010 | 0 | 1100 | 1 | 10101001 | 1100010 | 1000010 |
Color Harmonies of #55FDDF
Complementary color
Monochromatic Colors of #55FDDF
Black with #55FDDF
Text Example
Text Example
White with #55FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDDF; }
p { color: rgb(85,253,223); }
H1.HeaderClassName
{
color: #55FDDF;
}
.AnyTagClassName
{
color: #55FDDF;
}
</style>
background-color css
<style>
a { background-color: #55FDDF; }
a { background-color: rgb(85,253,223); }
div.DivClassName
{
background-color: #55FDDF;
}
.BgClassName
{
background-color: #55FDDF;
}
</style>
border-color css
<style>
span { border-color: #55FDDF; }
span { border-color: rgb(85,253,223); }
td.TdClassName
{
border-color: #55FDDF;
}
.TagClassName
{
border-color: #55FDDF;
}
</style>