Shades of Turquoise Blue #5DF1DF
Tints of Turquoise Blue #5DF1DF
RGB
CMYK
RGB Variations
Color information
#5DF1DF (or 0x5DF1DF) is known color: Turquoise Blue. HEX triplet: 5D, F1 and DF. RGB value is (93,241,223). Sum of RGB (Red+Green+Blue) = 93+241+223=557 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.70% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1DF is #A20E20. Grayscale: #C2C2C2. Windows color (decimal): -10620449 or 14676317. OLE color: 14676317.
HSL color Cylindrical-coordinate representation of color #5DF1DF: hue angle of 172.7º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1DF is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 223 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.05 |
| HSL | 172.7º | 0.84% | 0.65% | - |
| HSV(B) | 172.7º | 0.61% | 0.95% | - |
| XYZ | 49.29 | 70.57 | 80.83 | - |
| YUV | 194.7 | 143.97 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 223 | 0.61 | 0 | 0.07 | 0.05 | 172.7 | 0.84 | 0.65 |
| Hex | 5D | F1 | DF | 3D | 0 | 7 | 5 | AD | 54 | 41 |
| Octal | 135 | 361 | 337 | 75 | 0 | 7 | 5 | 255 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11011111 | 111101 | 0 | 111 | 101 | 10101101 | 1010100 | 1000001 |
Color Harmonies of #5DF1DF
Complementary color
Monochromatic Colors of #5DF1DF
Black with #5DF1DF
Text Example
Text Example
White with #5DF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1DF; }
p { color: rgb(93,241,223); }
H1.HeaderClassName
{
color: #5DF1DF;
}
.AnyTagClassName
{
color: #5DF1DF;
}
</style>
background-color css
<style>
a { background-color: #5DF1DF; }
a { background-color: rgb(93,241,223); }
div.DivClassName
{
background-color: #5DF1DF;
}
.BgClassName
{
background-color: #5DF1DF;
}
</style>
border-color css
<style>
span { border-color: #5DF1DF; }
span { border-color: rgb(93,241,223); }
td.TdClassName
{
border-color: #5DF1DF;
}
.TagClassName
{
border-color: #5DF1DF;
}
</style>