Shades of Turquoise Blue #5DE7F3
Tints of Turquoise Blue #5DE7F3
RGB
CMYK
RGB Variations
Color information
#5DE7F3 (or 0x5DE7F3) is known color: Turquoise Blue. HEX triplet: 5D, E7 and F3. RGB value is (93,231,243). Sum of RGB (Red+Green+Blue) = 93+231+243=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #5DE7F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DE7F3 is #A2180C. Grayscale: #BEBEBE. Windows color (decimal): -10622989 or 15984477. OLE color: 15984477.
HSL color Cylindrical-coordinate representation of color #5DE7F3: hue angle of 184.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 #5DE7F3 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 231 | 243 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.05 |
| HSL | 184.8º | 0.86% | 0.66% | - |
| HSV(B) | 184.8º | 0.62% | 0.95% | - |
| XYZ | 49.27 | 65.95 | 94.93 | - |
| YUV | 191.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 231 | 243 | 0.62 | 0.05 | 0 | 0.05 | 184.8 | 0.86 | 0.66 |
| Hex | 5D | E7 | F3 | 3E | 5 | 0 | 5 | B9 | 56 | 42 |
| Octal | 135 | 347 | 363 | 76 | 5 | 0 | 5 | 271 | 126 | 102 |
| Binary | 1011101 | 11100111 | 11110011 | 111110 | 101 | 0 | 101 | 10111001 | 1010110 | 1000010 |
Color Harmonies of #5DE7F3
Complementary color
Monochromatic Colors of #5DE7F3
Black with #5DE7F3
Text Example
Text Example
White with #5DE7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE7F3; }
p { color: rgb(93,231,243); }
H1.HeaderClassName
{
color: #5DE7F3;
}
.AnyTagClassName
{
color: #5DE7F3;
}
</style>
background-color css
<style>
a { background-color: #5DE7F3; }
a { background-color: rgb(93,231,243); }
div.DivClassName
{
background-color: #5DE7F3;
}
.BgClassName
{
background-color: #5DE7F3;
}
</style>
border-color css
<style>
span { border-color: #5DE7F3; }
span { border-color: rgb(93,231,243); }
td.TdClassName
{
border-color: #5DE7F3;
}
.TagClassName
{
border-color: #5DE7F3;
}
</style>