Shades of Turquoise #55FBDA
Tints of Turquoise #55FBDA
RGB
CMYK
RGB Variations
Color information
#55FBDA (or 0x55FBDA) is known color: Turquoise. HEX triplet: 55, FB and DA. RGB value is (85,251,218). Sum of RGB (Red+Green+Blue) = 85+251+218=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FBDA is #AA0425. Grayscale: #C5C5C5. Windows color (decimal): -11142182 or 14351189. OLE color: 14351189.
HSL color Cylindrical-coordinate representation of color #55FBDA: hue angle of 168.07º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FBDA is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 218 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.02 |
| HSL | 168.07º | 0.95% | 0.66% | - |
| HSV(B) | 168.07º | 0.66% | 0.98% | - |
| XYZ | 50.9 | 75.99 | 78.31 | - |
| YUV | 197.6 | 139.5 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 218 | 0.66 | 0 | 0.13 | 0.02 | 168.07 | 0.95 | 0.66 |
| Hex | 55 | FB | DA | 42 | 0 | D | 2 | A8 | 5F | 42 |
| Octal | 125 | 373 | 332 | 102 | 0 | 15 | 2 | 250 | 137 | 102 |
| Binary | 1010101 | 11111011 | 11011010 | 1000010 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000010 |
Color Harmonies of #55FBDA
Complementary color
Monochromatic Colors of #55FBDA
Black with #55FBDA
Text Example
Text Example
White with #55FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBDA; }
p { color: rgb(85,251,218); }
H1.HeaderClassName
{
color: #55FBDA;
}
.AnyTagClassName
{
color: #55FBDA;
}
</style>
background-color css
<style>
a { background-color: #55FBDA; }
a { background-color: rgb(85,251,218); }
div.DivClassName
{
background-color: #55FBDA;
}
.BgClassName
{
background-color: #55FBDA;
}
</style>
border-color css
<style>
span { border-color: #55FBDA; }
span { border-color: rgb(85,251,218); }
td.TdClassName
{
border-color: #55FBDA;
}
.TagClassName
{
border-color: #55FBDA;
}
</style>