Shades of Turquoise Blue #5DD5F1
Tints of Turquoise Blue #5DD5F1
RGB
CMYK
RGB Variations
Color information
#5DD5F1 (or 0x5DD5F1) is known color: Turquoise Blue. HEX triplet: 5D, D5 and F1. RGB value is (93,213,241). Sum of RGB (Red+Green+Blue) = 93+213+241=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DD5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD5F1 is #A22A0E. Grayscale: #B4B4B4. Windows color (decimal): -10627599 or 15848797. OLE color: 15848797.
HSL color Cylindrical-coordinate representation of color #5DD5F1: hue angle of 191.35º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DD5F1 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 213 | 241 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.05 |
| HSL | 191.35º | 0.84% | 0.65% | - |
| HSV(B) | 191.35º | 0.61% | 0.95% | - |
| XYZ | 44.19 | 56.27 | 91.75 | - |
| YUV | 180.31 | 162.24 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 241 | 0.61 | 0.12 | 0 | 0.05 | 191.35 | 0.84 | 0.65 |
| Hex | 5D | D5 | F1 | 3D | C | 0 | 5 | BF | 54 | 41 |
| Octal | 135 | 325 | 361 | 75 | 14 | 0 | 5 | 277 | 124 | 101 |
| Binary | 1011101 | 11010101 | 11110001 | 111101 | 1100 | 0 | 101 | 10111111 | 1010100 | 1000001 |
Color Harmonies of #5DD5F1
Complementary color
Monochromatic Colors of #5DD5F1
Black with #5DD5F1
Text Example
Text Example
White with #5DD5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD5F1; }
p { color: rgb(93,213,241); }
H1.HeaderClassName
{
color: #5DD5F1;
}
.AnyTagClassName
{
color: #5DD5F1;
}
</style>
background-color css
<style>
a { background-color: #5DD5F1; }
a { background-color: rgb(93,213,241); }
div.DivClassName
{
background-color: #5DD5F1;
}
.BgClassName
{
background-color: #5DD5F1;
}
</style>
border-color css
<style>
span { border-color: #5DD5F1; }
span { border-color: rgb(93,213,241); }
td.TdClassName
{
border-color: #5DD5F1;
}
.TagClassName
{
border-color: #5DD5F1;
}
</style>