Shades of Turquoise #55FBCB
Tints of Turquoise #55FBCB
RGB
CMYK
RGB Variations
Color information
#55FBCB (or 0x55FBCB) is known color: Turquoise. HEX triplet: 55, FB and CB. RGB value is (85,251,203). Sum of RGB (Red+Green+Blue) = 85+251+203=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FBCB is #AA0434. Grayscale: #C3C3C3. Windows color (decimal): -11142197 or 13368149. OLE color: 13368149.
HSL color Cylindrical-coordinate representation of color #55FBCB: hue angle of 162.65º 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 #55FBCB is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 203 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.02 |
| HSL | 162.65º | 0.95% | 0.66% | - |
| HSV(B) | 162.65º | 0.66% | 0.98% | - |
| XYZ | 49.02 | 75.24 | 68.44 | - |
| YUV | 195.89 | 132 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 203 | 0.66 | 0 | 0.19 | 0.02 | 162.65 | 0.95 | 0.66 |
| Hex | 55 | FB | CB | 42 | 0 | 13 | 2 | A3 | 5F | 42 |
| Octal | 125 | 373 | 313 | 102 | 0 | 23 | 2 | 243 | 137 | 102 |
| Binary | 1010101 | 11111011 | 11001011 | 1000010 | 0 | 10011 | 10 | 10100011 | 1011111 | 1000010 |
Color Harmonies of #55FBCB
Complementary color
Monochromatic Colors of #55FBCB
Black with #55FBCB
Text Example
Text Example
White with #55FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBCB; }
p { color: rgb(85,251,203); }
H1.HeaderClassName
{
color: #55FBCB;
}
.AnyTagClassName
{
color: #55FBCB;
}
</style>
background-color css
<style>
a { background-color: #55FBCB; }
a { background-color: rgb(85,251,203); }
div.DivClassName
{
background-color: #55FBCB;
}
.BgClassName
{
background-color: #55FBCB;
}
</style>
border-color css
<style>
span { border-color: #55FBCB; }
span { border-color: rgb(85,251,203); }
td.TdClassName
{
border-color: #55FBCB;
}
.TagClassName
{
border-color: #55FBCB;
}
</style>