Shades of Medium Turquoise #5BDCCF
Tints of Medium Turquoise #5BDCCF
RGB
CMYK
RGB Variations
Color information
#5BDCCF (or 0x5BDCCF) is known color: Medium Turquoise. HEX triplet: 5B, DC and CF. RGB value is (91,220,207). Sum of RGB (Red+Green+Blue) = 91+220+207=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCCF is #A42330. Grayscale: #B3B3B3. Windows color (decimal): -10756913 or 13622363. OLE color: 13622363.
HSL color Cylindrical-coordinate representation of color #5BDCCF: hue angle of 173.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCCF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 207 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.14 |
| HSL | 173.95º | 0.65% | 0.61% | - |
| HSV(B) | 173.95º | 0.59% | 0.86% | - |
| XYZ | 41.17 | 57.92 | 68.04 | - |
| YUV | 179.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 207 | 0.59 | 0 | 0.06 | 0.14 | 173.95 | 0.65 | 0.61 |
| Hex | 5B | DC | CF | 3B | 0 | 6 | E | AE | 41 | 3D |
| Octal | 133 | 334 | 317 | 73 | 0 | 6 | 16 | 256 | 101 | 75 |
| Binary | 1011011 | 11011100 | 11001111 | 111011 | 0 | 110 | 1110 | 10101110 | 1000001 | 111101 |
Color Harmonies of #5BDCCF
Complementary color
Monochromatic Colors of #5BDCCF
Black with #5BDCCF
Text Example
Text Example
White with #5BDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCCF; }
p { color: rgb(91,220,207); }
H1.HeaderClassName
{
color: #5BDCCF;
}
.AnyTagClassName
{
color: #5BDCCF;
}
</style>
background-color css
<style>
a { background-color: #5BDCCF; }
a { background-color: rgb(91,220,207); }
div.DivClassName
{
background-color: #5BDCCF;
}
.BgClassName
{
background-color: #5BDCCF;
}
</style>
border-color css
<style>
span { border-color: #5BDCCF; }
span { border-color: rgb(91,220,207); }
td.TdClassName
{
border-color: #5BDCCF;
}
.TagClassName
{
border-color: #5BDCCF;
}
</style>