Shades of Turquoise Blue #5DDEF1
Tints of Turquoise Blue #5DDEF1
RGB
CMYK
RGB Variations
Color information
#5DDEF1 (or 0x5DDEF1) is known color: Turquoise Blue. HEX triplet: 5D, DE and F1. RGB value is (93,222,241). Sum of RGB (Red+Green+Blue) = 93+222+241=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DDEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDEF1 is #A2210E. Grayscale: #B9B9B9. Windows color (decimal): -10625295 or 15851101. OLE color: 15851101.
HSL color Cylindrical-coordinate representation of color #5DDEF1: hue angle of 187.7º 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 #5DDEF1 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 222 | 241 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.05 |
| HSL | 187.7º | 0.84% | 0.65% | - |
| HSV(B) | 187.7º | 0.61% | 0.95% | - |
| XYZ | 46.51 | 60.92 | 92.53 | - |
| YUV | 185.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 241 | 0.61 | 0.08 | 0 | 0.05 | 187.7 | 0.84 | 0.65 |
| Hex | 5D | DE | F1 | 3D | 8 | 0 | 5 | BC | 54 | 41 |
| Octal | 135 | 336 | 361 | 75 | 10 | 0 | 5 | 274 | 124 | 101 |
| Binary | 1011101 | 11011110 | 11110001 | 111101 | 1000 | 0 | 101 | 10111100 | 1010100 | 1000001 |
Color Harmonies of #5DDEF1
Complementary color
Monochromatic Colors of #5DDEF1
Black with #5DDEF1
Text Example
Text Example
White with #5DDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDEF1; }
p { color: rgb(93,222,241); }
H1.HeaderClassName
{
color: #5DDEF1;
}
.AnyTagClassName
{
color: #5DDEF1;
}
</style>
background-color css
<style>
a { background-color: #5DDEF1; }
a { background-color: rgb(93,222,241); }
div.DivClassName
{
background-color: #5DDEF1;
}
.BgClassName
{
background-color: #5DDEF1;
}
</style>
border-color css
<style>
span { border-color: #5DDEF1; }
span { border-color: rgb(93,222,241); }
td.TdClassName
{
border-color: #5DDEF1;
}
.TagClassName
{
border-color: #5DDEF1;
}
</style>