Shades of Turquoise Blue #5DF0DF
Tints of Turquoise Blue #5DF0DF
RGB
CMYK
RGB Variations
Color information
#5DF0DF (or 0x5DF0DF) is known color: Turquoise Blue. HEX triplet: 5D, F0 and DF. RGB value is (93,240,223). Sum of RGB (Red+Green+Blue) = 93+240+223=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0DF is #A20F20. Grayscale: #C2C2C2. Windows color (decimal): -10620705 or 14676061. OLE color: 14676061.
HSL color Cylindrical-coordinate representation of color #5DF0DF: hue angle of 173.06º 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 #5DF0DF is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 223 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.06 |
| HSL | 173.06º | 0.83% | 0.65% | - |
| HSV(B) | 173.06º | 0.61% | 0.94% | - |
| XYZ | 48.99 | 69.98 | 80.74 | - |
| YUV | 194.11 | 144.3 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 223 | 0.61 | 0 | 0.07 | 0.06 | 173.06 | 0.83 | 0.65 |
| Hex | 5D | F0 | DF | 3D | 0 | 7 | 6 | AD | 53 | 41 |
| Octal | 135 | 360 | 337 | 75 | 0 | 7 | 6 | 255 | 123 | 101 |
| Binary | 1011101 | 11110000 | 11011111 | 111101 | 0 | 111 | 110 | 10101101 | 1010011 | 1000001 |
Color Harmonies of #5DF0DF
Complementary color
Monochromatic Colors of #5DF0DF
Black with #5DF0DF
Text Example
Text Example
White with #5DF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF0DF; }
p { color: rgb(93,240,223); }
H1.HeaderClassName
{
color: #5DF0DF;
}
.AnyTagClassName
{
color: #5DF0DF;
}
</style>
background-color css
<style>
a { background-color: #5DF0DF; }
a { background-color: rgb(93,240,223); }
div.DivClassName
{
background-color: #5DF0DF;
}
.BgClassName
{
background-color: #5DF0DF;
}
</style>
border-color css
<style>
span { border-color: #5DF0DF; }
span { border-color: rgb(93,240,223); }
td.TdClassName
{
border-color: #5DF0DF;
}
.TagClassName
{
border-color: #5DF0DF;
}
</style>