Shades of Turquoise Blue #5DDEFD
Tints of Turquoise Blue #5DDEFD
RGB
CMYK
RGB Variations
Color information
#5DDEFD (or 0x5DDEFD) is known color: Turquoise Blue. HEX triplet: 5D, DE and FD. RGB value is (93,222,253). Sum of RGB (Red+Green+Blue) = 93+222+253=568 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.37% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDEFD is #A22102. Grayscale: #BABABA. Windows color (decimal): -10625283 or 16637533. OLE color: 16637533.
HSL color Cylindrical-coordinate representation of color #5DDEFD: hue angle of 191.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDEFD is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 222 | 253 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.01 |
| HSL | 191.63º | 0.98% | 0.68% | - |
| HSV(B) | 191.63º | 0.63% | 0.99% | - |
| XYZ | 48.37 | 61.66 | 102.28 | - |
| YUV | 186.96 | 165.26 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 253 | 0.63 | 0.12 | 0 | 0.01 | 191.63 | 0.98 | 0.68 |
| Hex | 5D | DE | FD | 3F | C | 0 | 1 | C0 | 62 | 44 |
| Octal | 135 | 336 | 375 | 77 | 14 | 0 | 1 | 300 | 142 | 104 |
| Binary | 1011101 | 11011110 | 11111101 | 111111 | 1100 | 0 | 1 | 11000000 | 1100010 | 1000100 |
Color Harmonies of #5DDEFD
Complementary color
Monochromatic Colors of #5DDEFD
Black with #5DDEFD
Text Example
Text Example
White with #5DDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDEFD; }
p { color: rgb(93,222,253); }
H1.HeaderClassName
{
color: #5DDEFD;
}
.AnyTagClassName
{
color: #5DDEFD;
}
</style>
background-color css
<style>
a { background-color: #5DDEFD; }
a { background-color: rgb(93,222,253); }
div.DivClassName
{
background-color: #5DDEFD;
}
.BgClassName
{
background-color: #5DDEFD;
}
</style>
border-color css
<style>
span { border-color: #5DDEFD; }
span { border-color: rgb(93,222,253); }
td.TdClassName
{
border-color: #5DDEFD;
}
.TagClassName
{
border-color: #5DDEFD;
}
</style>