Shades of Turquoise #55FBB6
Tints of Turquoise #55FBB6
RGB
CMYK
RGB Variations
Color information
#55FBB6 (or 0x55FBB6) is known color: Turquoise. HEX triplet: 55, FB and B6. RGB value is (85,251,182). Sum of RGB (Red+Green+Blue) = 85+251+182=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FBB6 is #AA0449. Grayscale: #C1C1C1. Windows color (decimal): -11142218 or 11991893. OLE color: 11991893.
HSL color Cylindrical-coordinate representation of color #55FBB6: hue angle of 155.06º 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 #55FBB6 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 182 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.02 |
| HSL | 155.06º | 0.95% | 0.66% | - |
| HSV(B) | 155.06º | 0.66% | 0.98% | - |
| XYZ | 46.69 | 74.3 | 56.14 | - |
| YUV | 193.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 182 | 0.66 | 0 | 0.27 | 0.02 | 155.06 | 0.95 | 0.66 |
| Hex | 55 | FB | B6 | 42 | 0 | 1B | 2 | 9B | 5F | 42 |
| Octal | 125 | 373 | 266 | 102 | 0 | 33 | 2 | 233 | 137 | 102 |
| Binary | 1010101 | 11111011 | 10110110 | 1000010 | 0 | 11011 | 10 | 10011011 | 1011111 | 1000010 |
Color Harmonies of #55FBB6
Complementary color
Monochromatic Colors of #55FBB6
Black with #55FBB6
Text Example
Text Example
White with #55FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBB6; }
p { color: rgb(85,251,182); }
H1.HeaderClassName
{
color: #55FBB6;
}
.AnyTagClassName
{
color: #55FBB6;
}
</style>
background-color css
<style>
a { background-color: #55FBB6; }
a { background-color: rgb(85,251,182); }
div.DivClassName
{
background-color: #55FBB6;
}
.BgClassName
{
background-color: #55FBB6;
}
</style>
border-color css
<style>
span { border-color: #55FBB6; }
span { border-color: rgb(85,251,182); }
td.TdClassName
{
border-color: #55FBB6;
}
.TagClassName
{
border-color: #55FBB6;
}
</style>