Shades of Turquoise Blue #55D2F7
Tints of Turquoise Blue #55D2F7
RGB
CMYK
RGB Variations
Color information
#55D2F7 (or 0x55D2F7) is known color: Turquoise Blue. HEX triplet: 55, D2 and F7. RGB value is (85,210,247). Sum of RGB (Red+Green+Blue) = 85+210+247=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #55D2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D2F7 is #AA2D08. Grayscale: #B0B0B0. Windows color (decimal): -11152649 or 16241237. OLE color: 16241237.
HSL color Cylindrical-coordinate representation of color #55D2F7: hue angle of 193.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D2F7 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 210 | 247 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.03 |
| HSL | 193.7º | 0.91% | 0.65% | - |
| HSV(B) | 193.7º | 0.66% | 0.97% | - |
| XYZ | 43.58 | 54.74 | 96.26 | - |
| YUV | 176.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 247 | 0.66 | 0.15 | 0 | 0.03 | 193.7 | 0.91 | 0.65 |
| Hex | 55 | D2 | F7 | 42 | F | 0 | 3 | C2 | 5B | 41 |
| Octal | 125 | 322 | 367 | 102 | 17 | 0 | 3 | 302 | 133 | 101 |
| Binary | 1010101 | 11010010 | 11110111 | 1000010 | 1111 | 0 | 11 | 11000010 | 1011011 | 1000001 |
Color Harmonies of #55D2F7
Complementary color
Monochromatic Colors of #55D2F7
Black with #55D2F7
Text Example
Text Example
White with #55D2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D2F7; }
p { color: rgb(85,210,247); }
H1.HeaderClassName
{
color: #55D2F7;
}
.AnyTagClassName
{
color: #55D2F7;
}
</style>
background-color css
<style>
a { background-color: #55D2F7; }
a { background-color: rgb(85,210,247); }
div.DivClassName
{
background-color: #55D2F7;
}
.BgClassName
{
background-color: #55D2F7;
}
</style>
border-color css
<style>
span { border-color: #55D2F7; }
span { border-color: rgb(85,210,247); }
td.TdClassName
{
border-color: #55D2F7;
}
.TagClassName
{
border-color: #55D2F7;
}
</style>