Shades of Turquoise Blue #5DCBD9
Tints of Turquoise Blue #5DCBD9
RGB
CMYK
RGB Variations
Color information
#5DCBD9 (or 0x5DCBD9) is known color: Turquoise Blue. HEX triplet: 5D, CB and D9. RGB value is (93,203,217). Sum of RGB (Red+Green+Blue) = 93+203+217=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #5DCBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBD9 is #A23426. Grayscale: #ABABAB. Windows color (decimal): -10630183 or 14273373. OLE color: 14273373.
HSL color Cylindrical-coordinate representation of color #5DCBD9: hue angle of 186.77º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DCBD9 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 203 | 217 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.15 |
| HSL | 186.77º | 0.62% | 0.61% | - |
| HSV(B) | 186.77º | 0.57% | 0.85% | - |
| XYZ | 38.39 | 50.05 | 73.28 | - |
| YUV | 171.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 217 | 0.57 | 0.06 | 0 | 0.15 | 186.77 | 0.62 | 0.61 |
| Hex | 5D | CB | D9 | 39 | 6 | 0 | F | BB | 3E | 3D |
| Octal | 135 | 313 | 331 | 71 | 6 | 0 | 17 | 273 | 76 | 75 |
| Binary | 1011101 | 11001011 | 11011001 | 111001 | 110 | 0 | 1111 | 10111011 | 111110 | 111101 |
Color Harmonies of #5DCBD9
Complementary color
Monochromatic Colors of #5DCBD9
Black with #5DCBD9
Text Example
Text Example
White with #5DCBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBD9; }
p { color: rgb(93,203,217); }
H1.HeaderClassName
{
color: #5DCBD9;
}
.AnyTagClassName
{
color: #5DCBD9;
}
</style>
background-color css
<style>
a { background-color: #5DCBD9; }
a { background-color: rgb(93,203,217); }
div.DivClassName
{
background-color: #5DCBD9;
}
.BgClassName
{
background-color: #5DCBD9;
}
</style>
border-color css
<style>
span { border-color: #5DCBD9; }
span { border-color: rgb(93,203,217); }
td.TdClassName
{
border-color: #5DCBD9;
}
.TagClassName
{
border-color: #5DCBD9;
}
</style>