Shades of Turquoise Blue #5DCFDB
Tints of Turquoise Blue #5DCFDB
RGB
CMYK
RGB Variations
Color information
#5DCFDB (or 0x5DCFDB) is known color: Turquoise Blue. HEX triplet: 5D, CF and DB. RGB value is (93,207,219). Sum of RGB (Red+Green+Blue) = 93+207+219=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFDB is #A23024. Grayscale: #AEAEAE. Windows color (decimal): -10629157 or 14405469. OLE color: 14405469.
HSL color Cylindrical-coordinate representation of color #5DCFDB: hue angle of 185.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCFDB is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 207 | 219 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.14 |
| HSL | 185.71º | 0.64% | 0.61% | - |
| HSV(B) | 185.71º | 0.58% | 0.86% | - |
| XYZ | 39.61 | 52.07 | 74.98 | - |
| YUV | 174.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 219 | 0.58 | 0.05 | 0 | 0.14 | 185.71 | 0.64 | 0.61 |
| Hex | 5D | CF | DB | 3A | 5 | 0 | E | BA | 40 | 3D |
| Octal | 135 | 317 | 333 | 72 | 5 | 0 | 16 | 272 | 100 | 75 |
| Binary | 1011101 | 11001111 | 11011011 | 111010 | 101 | 0 | 1110 | 10111010 | 1000000 | 111101 |
Color Harmonies of #5DCFDB
Complementary color
Monochromatic Colors of #5DCFDB
Black with #5DCFDB
Text Example
Text Example
White with #5DCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFDB; }
p { color: rgb(93,207,219); }
H1.HeaderClassName
{
color: #5DCFDB;
}
.AnyTagClassName
{
color: #5DCFDB;
}
</style>
background-color css
<style>
a { background-color: #5DCFDB; }
a { background-color: rgb(93,207,219); }
div.DivClassName
{
background-color: #5DCFDB;
}
.BgClassName
{
background-color: #5DCFDB;
}
</style>
border-color css
<style>
span { border-color: #5DCFDB; }
span { border-color: rgb(93,207,219); }
td.TdClassName
{
border-color: #5DCFDB;
}
.TagClassName
{
border-color: #5DCFDB;
}
</style>