Shades of Turquoise Blue #5BDFDA
Tints of Turquoise Blue #5BDFDA
RGB
CMYK
RGB Variations
Color information
#5BDFDA (or 0x5BDFDA) is known color: Turquoise Blue. HEX triplet: 5B, DF and DA. RGB value is (91,223,218). Sum of RGB (Red+Green+Blue) = 91+223+218=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDFDA is #A42025. Grayscale: #B6B6B6. Windows color (decimal): -10756134 or 14344027. OLE color: 14344027.
HSL color Cylindrical-coordinate representation of color #5BDFDA: hue angle of 177.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDFDA is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 223 | 218 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.13 |
| HSL | 177.73º | 0.67% | 0.62% | - |
| HSV(B) | 177.73º | 0.59% | 0.87% | - |
| XYZ | 43.36 | 60.06 | 75.64 | - |
| YUV | 182.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 218 | 0.59 | 0 | 0.02 | 0.13 | 177.73 | 0.67 | 0.62 |
| Hex | 5B | DF | DA | 3B | 0 | 2 | D | B2 | 43 | 3E |
| Octal | 133 | 337 | 332 | 73 | 0 | 2 | 15 | 262 | 103 | 76 |
| Binary | 1011011 | 11011111 | 11011010 | 111011 | 0 | 10 | 1101 | 10110010 | 1000011 | 111110 |
Color Harmonies of #5BDFDA
Complementary color
Monochromatic Colors of #5BDFDA
Black with #5BDFDA
Text Example
Text Example
White with #5BDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDFDA; }
p { color: rgb(91,223,218); }
H1.HeaderClassName
{
color: #5BDFDA;
}
.AnyTagClassName
{
color: #5BDFDA;
}
</style>
background-color css
<style>
a { background-color: #5BDFDA; }
a { background-color: rgb(91,223,218); }
div.DivClassName
{
background-color: #5BDFDA;
}
.BgClassName
{
background-color: #5BDFDA;
}
</style>
border-color css
<style>
span { border-color: #5BDFDA; }
span { border-color: rgb(91,223,218); }
td.TdClassName
{
border-color: #5BDFDA;
}
.TagClassName
{
border-color: #5BDFDA;
}
</style>