Shades of Turquoise Blue #5DF0E5
Tints of Turquoise Blue #5DF0E5
RGB
CMYK
RGB Variations
Color information
#5DF0E5 (or 0x5DF0E5) is known color: Turquoise Blue. HEX triplet: 5D, F0 and E5. RGB value is (93,240,229). Sum of RGB (Red+Green+Blue) = 93+240+229=562 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.55% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0E5 is #A20F1A. Grayscale: #C2C2C2. Windows color (decimal): -10620699 or 15069277. OLE color: 15069277.
HSL color Cylindrical-coordinate representation of color #5DF0E5: hue angle of 175.51º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0E5 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 229 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.06 |
| HSL | 175.51º | 0.83% | 0.65% | - |
| HSV(B) | 175.51º | 0.61% | 0.94% | - |
| XYZ | 49.82 | 70.3 | 85.07 | - |
| YUV | 194.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 229 | 0.61 | 0 | 0.05 | 0.06 | 175.51 | 0.83 | 0.65 |
| Hex | 5D | F0 | E5 | 3D | 0 | 5 | 6 | B0 | 53 | 41 |
| Octal | 135 | 360 | 345 | 75 | 0 | 5 | 6 | 260 | 123 | 101 |
| Binary | 1011101 | 11110000 | 11100101 | 111101 | 0 | 101 | 110 | 10110000 | 1010011 | 1000001 |
Color Harmonies of #5DF0E5
Complementary color
Monochromatic Colors of #5DF0E5
Black with #5DF0E5
Text Example
Text Example
White with #5DF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF0E5; }
p { color: rgb(93,240,229); }
H1.HeaderClassName
{
color: #5DF0E5;
}
.AnyTagClassName
{
color: #5DF0E5;
}
</style>
background-color css
<style>
a { background-color: #5DF0E5; }
a { background-color: rgb(93,240,229); }
div.DivClassName
{
background-color: #5DF0E5;
}
.BgClassName
{
background-color: #5DF0E5;
}
</style>
border-color css
<style>
span { border-color: #5DF0E5; }
span { border-color: rgb(93,240,229); }
td.TdClassName
{
border-color: #5DF0E5;
}
.TagClassName
{
border-color: #5DF0E5;
}
</style>