Shades of Turquoise #55FDCB
Tints of Turquoise #55FDCB
RGB
CMYK
RGB Variations
Color information
#55FDCB (or 0x55FDCB) is known color: Turquoise. HEX triplet: 55, FD and CB. RGB value is (85,253,203). Sum of RGB (Red+Green+Blue) = 85+253+203=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDCB is #AA0234. Grayscale: #C5C5C5. Windows color (decimal): -11141685 or 13368661. OLE color: 13368661.
HSL color Cylindrical-coordinate representation of color #55FDCB: hue angle of 162.14º 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 #55FDCB is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 203 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.01 |
| HSL | 162.14º | 0.98% | 0.66% | - |
| HSV(B) | 162.14º | 0.66% | 0.99% | - |
| XYZ | 49.65 | 76.49 | 68.65 | - |
| YUV | 197.07 | 131.34 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 203 | 0.66 | 0 | 0.20 | 0.01 | 162.14 | 0.98 | 0.66 |
| Hex | 55 | FD | CB | 42 | 0 | 14 | 1 | A2 | 62 | 42 |
| Octal | 125 | 375 | 313 | 102 | 0 | 24 | 1 | 242 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11001011 | 1000010 | 0 | 10100 | 1 | 10100010 | 1100010 | 1000010 |
Color Harmonies of #55FDCB
Complementary color
Monochromatic Colors of #55FDCB
Black with #55FDCB
Text Example
Text Example
White with #55FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDCB; }
p { color: rgb(85,253,203); }
H1.HeaderClassName
{
color: #55FDCB;
}
.AnyTagClassName
{
color: #55FDCB;
}
</style>
background-color css
<style>
a { background-color: #55FDCB; }
a { background-color: rgb(85,253,203); }
div.DivClassName
{
background-color: #55FDCB;
}
.BgClassName
{
background-color: #55FDCB;
}
</style>
border-color css
<style>
span { border-color: #55FDCB; }
span { border-color: rgb(85,253,203); }
td.TdClassName
{
border-color: #55FDCB;
}
.TagClassName
{
border-color: #55FDCB;
}
</style>