Shades of Turquoise Blue #5DD8F3
Tints of Turquoise Blue #5DD8F3
RGB
CMYK
RGB Variations
Color information
#5DD8F3 (or 0x5DD8F3) is known color: Turquoise Blue. HEX triplet: 5D, D8 and F3. RGB value is (93,216,243). Sum of RGB (Red+Green+Blue) = 93+216+243=552 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.85% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #5DD8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD8F3 is #A2270C. Grayscale: #B6B6B6. Windows color (decimal): -10626829 or 15980637. OLE color: 15980637.
HSL color Cylindrical-coordinate representation of color #5DD8F3: hue angle of 190.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DD8F3 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 216 | 243 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.05 |
| HSL | 190.8º | 0.86% | 0.66% | - |
| HSV(B) | 190.8º | 0.62% | 0.95% | - |
| XYZ | 45.25 | 57.91 | 93.59 | - |
| YUV | 182.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 243 | 0.62 | 0.11 | 0 | 0.05 | 190.8 | 0.86 | 0.66 |
| Hex | 5D | D8 | F3 | 3E | B | 0 | 5 | BF | 56 | 42 |
| Octal | 135 | 330 | 363 | 76 | 13 | 0 | 5 | 277 | 126 | 102 |
| Binary | 1011101 | 11011000 | 11110011 | 111110 | 1011 | 0 | 101 | 10111111 | 1010110 | 1000010 |
Color Harmonies of #5DD8F3
Complementary color
Monochromatic Colors of #5DD8F3
Black with #5DD8F3
Text Example
Text Example
White with #5DD8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD8F3; }
p { color: rgb(93,216,243); }
H1.HeaderClassName
{
color: #5DD8F3;
}
.AnyTagClassName
{
color: #5DD8F3;
}
</style>
background-color css
<style>
a { background-color: #5DD8F3; }
a { background-color: rgb(93,216,243); }
div.DivClassName
{
background-color: #5DD8F3;
}
.BgClassName
{
background-color: #5DD8F3;
}
</style>
border-color css
<style>
span { border-color: #5DD8F3; }
span { border-color: rgb(93,216,243); }
td.TdClassName
{
border-color: #5DD8F3;
}
.TagClassName
{
border-color: #5DD8F3;
}
</style>