Shades of Turquoise Blue #5DDFE1
Tints of Turquoise Blue #5DDFE1
RGB
CMYK
RGB Variations
Color information
#5DDFE1 (or 0x5DDFE1) is known color: Turquoise Blue. HEX triplet: 5D, DF and E1. RGB value is (93,223,225). Sum of RGB (Red+Green+Blue) = 93+223+225=541 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.19% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DDFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFE1 is #A2201E. Grayscale: #B8B8B8. Windows color (decimal): -10625055 or 14802781. OLE color: 14802781.
HSL color Cylindrical-coordinate representation of color #5DDFE1: hue angle of 180.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DDFE1 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 223 | 225 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.12 |
| HSL | 180.91º | 0.69% | 0.62% | - |
| HSV(B) | 180.91º | 0.59% | 0.88% | - |
| XYZ | 44.49 | 60.54 | 80.57 | - |
| YUV | 184.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 225 | 0.59 | 0.01 | 0 | 0.12 | 180.91 | 0.69 | 0.62 |
| Hex | 5D | DF | E1 | 3B | 1 | 0 | C | B5 | 45 | 3E |
| Octal | 135 | 337 | 341 | 73 | 1 | 0 | 14 | 265 | 105 | 76 |
| Binary | 1011101 | 11011111 | 11100001 | 111011 | 1 | 0 | 1100 | 10110101 | 1000101 | 111110 |
Color Harmonies of #5DDFE1
Complementary color
Monochromatic Colors of #5DDFE1
Black with #5DDFE1
Text Example
Text Example
White with #5DDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDFE1; }
p { color: rgb(93,223,225); }
H1.HeaderClassName
{
color: #5DDFE1;
}
.AnyTagClassName
{
color: #5DDFE1;
}
</style>
background-color css
<style>
a { background-color: #5DDFE1; }
a { background-color: rgb(93,223,225); }
div.DivClassName
{
background-color: #5DDFE1;
}
.BgClassName
{
background-color: #5DDFE1;
}
</style>
border-color css
<style>
span { border-color: #5DDFE1; }
span { border-color: rgb(93,223,225); }
td.TdClassName
{
border-color: #5DDFE1;
}
.TagClassName
{
border-color: #5DDFE1;
}
</style>