Shades of Turquoise #5DF3DB
Tints of Turquoise #5DF3DB
RGB
CMYK
RGB Variations
Color information
#5DF3DB (or 0x5DF3DB) is known color: Turquoise. HEX triplet: 5D, F3 and DB. RGB value is (93,243,219). Sum of RGB (Red+Green+Blue) = 93+243+219=555 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.76% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF3DB is #A20C24. Grayscale: #C3C3C3. Windows color (decimal): -10619941 or 14414685. OLE color: 14414685.
HSL color Cylindrical-coordinate representation of color #5DF3DB: hue angle of 170.4º 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 #5DF3DB is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 219 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.05 |
| HSL | 170.4º | 0.86% | 0.66% | - |
| HSV(B) | 170.4º | 0.62% | 0.95% | - |
| XYZ | 49.35 | 71.54 | 78.23 | - |
| YUV | 195.41 | 141.31 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 219 | 0.62 | 0 | 0.10 | 0.05 | 170.4 | 0.86 | 0.66 |
| Hex | 5D | F3 | DB | 3E | 0 | A | 5 | AA | 56 | 42 |
| Octal | 135 | 363 | 333 | 76 | 0 | 12 | 5 | 252 | 126 | 102 |
| Binary | 1011101 | 11110011 | 11011011 | 111110 | 0 | 1010 | 101 | 10101010 | 1010110 | 1000010 |
Color Harmonies of #5DF3DB
Complementary color
Monochromatic Colors of #5DF3DB
Black with #5DF3DB
Text Example
Text Example
White with #5DF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3DB; }
p { color: rgb(93,243,219); }
H1.HeaderClassName
{
color: #5DF3DB;
}
.AnyTagClassName
{
color: #5DF3DB;
}
</style>
background-color css
<style>
a { background-color: #5DF3DB; }
a { background-color: rgb(93,243,219); }
div.DivClassName
{
background-color: #5DF3DB;
}
.BgClassName
{
background-color: #5DF3DB;
}
</style>
border-color css
<style>
span { border-color: #5DF3DB; }
span { border-color: rgb(93,243,219); }
td.TdClassName
{
border-color: #5DF3DB;
}
.TagClassName
{
border-color: #5DF3DB;
}
</style>