Shades of Turquoise Blue #5DDEEE
Tints of Turquoise Blue #5DDEEE
RGB
CMYK
RGB Variations
Color information
#5DDEEE (or 0x5DDEEE) is known color: Turquoise Blue. HEX triplet: 5D, DE and EE. RGB value is (93,222,238). Sum of RGB (Red+Green+Blue) = 93+222+238=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDEEE is #A22111. Grayscale: #B9B9B9. Windows color (decimal): -10625298 or 15654493. OLE color: 15654493.
HSL color Cylindrical-coordinate representation of color #5DDEEE: hue angle of 186.62º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DDEEE is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 222 | 238 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.07 |
| HSL | 186.62º | 0.81% | 0.65% | - |
| HSV(B) | 186.62º | 0.61% | 0.93% | - |
| XYZ | 46.07 | 60.74 | 90.19 | - |
| YUV | 185.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 238 | 0.61 | 0.07 | 0 | 0.07 | 186.62 | 0.81 | 0.65 |
| Hex | 5D | DE | EE | 3D | 7 | 0 | 7 | BB | 51 | 41 |
| Octal | 135 | 336 | 356 | 75 | 7 | 0 | 7 | 273 | 121 | 101 |
| Binary | 1011101 | 11011110 | 11101110 | 111101 | 111 | 0 | 111 | 10111011 | 1010001 | 1000001 |
Color Harmonies of #5DDEEE
Complementary color
Monochromatic Colors of #5DDEEE
Black with #5DDEEE
Text Example
Text Example
White with #5DDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDEEE; }
p { color: rgb(93,222,238); }
H1.HeaderClassName
{
color: #5DDEEE;
}
.AnyTagClassName
{
color: #5DDEEE;
}
</style>
background-color css
<style>
a { background-color: #5DDEEE; }
a { background-color: rgb(93,222,238); }
div.DivClassName
{
background-color: #5DDEEE;
}
.BgClassName
{
background-color: #5DDEEE;
}
</style>
border-color css
<style>
span { border-color: #5DDEEE; }
span { border-color: rgb(93,222,238); }
td.TdClassName
{
border-color: #5DDEEE;
}
.TagClassName
{
border-color: #5DDEEE;
}
</style>