Shades of Turquoise Blue #5DDBFE
Tints of Turquoise Blue #5DDBFE
RGB
CMYK
RGB Variations
Color information
#5DDBFE (or 0x5DDBFE) is known color: Turquoise Blue. HEX triplet: 5D, DB and FE. RGB value is (93,219,254). Sum of RGB (Red+Green+Blue) = 93+219+254=566 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.43% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDBFE is #A22401. Grayscale: #B9B9B9. Windows color (decimal): -10626050 or 16702301. OLE color: 16702301.
HSL color Cylindrical-coordinate representation of color #5DDBFE: hue angle of 193.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDBFE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 219 | 254 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.00 |
| HSL | 193.04º | 0.99% | 0.68% | - |
| HSV(B) | 193.04º | 0.63% | 1% | - |
| XYZ | 47.74 | 60.15 | 102.86 | - |
| YUV | 185.32 | 166.76 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 254 | 0.63 | 0.14 | 0 | 0.00 | 193.04 | 0.99 | 0.68 |
| Hex | 5D | DB | FE | 3F | E | 0 | 0 | C1 | 63 | 44 |
| Octal | 135 | 333 | 376 | 77 | 16 | 0 | 0 | 301 | 143 | 104 |
| Binary | 1011101 | 11011011 | 11111110 | 111111 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000100 |
Color Harmonies of #5DDBFE
Complementary color
Monochromatic Colors of #5DDBFE
Black with #5DDBFE
Text Example
Text Example
White with #5DDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBFE; }
p { color: rgb(93,219,254); }
H1.HeaderClassName
{
color: #5DDBFE;
}
.AnyTagClassName
{
color: #5DDBFE;
}
</style>
background-color css
<style>
a { background-color: #5DDBFE; }
a { background-color: rgb(93,219,254); }
div.DivClassName
{
background-color: #5DDBFE;
}
.BgClassName
{
background-color: #5DDBFE;
}
</style>
border-color css
<style>
span { border-color: #5DDBFE; }
span { border-color: rgb(93,219,254); }
td.TdClassName
{
border-color: #5DDBFE;
}
.TagClassName
{
border-color: #5DDBFE;
}
</style>