Shades of Turquoise #53EDDF
Tints of Turquoise #53EDDF
RGB
CMYK
RGB Variations
Color information
#53EDDF (or 0x53EDDF) is known color: Turquoise. HEX triplet: 53, ED and DF. RGB value is (83,237,223). Sum of RGB (Red+Green+Blue) = 83+237+223=543 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.29% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EDDF is #AC1220. Grayscale: #BDBDBD. Windows color (decimal): -11276833 or 14675283. OLE color: 14675283.
HSL color Cylindrical-coordinate representation of color #53EDDF: hue angle of 174.55º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EDDF is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 237 | 223 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.07 |
| HSL | 174.55º | 0.81% | 0.63% | - |
| HSV(B) | 174.55º | 0.65% | 0.93% | - |
| XYZ | 47.17 | 67.74 | 80.4 | - |
| YUV | 189.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 237 | 223 | 0.65 | 0 | 0.06 | 0.07 | 174.55 | 0.81 | 0.63 |
| Hex | 53 | ED | DF | 41 | 0 | 6 | 7 | AF | 51 | 3F |
| Octal | 123 | 355 | 337 | 101 | 0 | 6 | 7 | 257 | 121 | 77 |
| Binary | 1010011 | 11101101 | 11011111 | 1000001 | 0 | 110 | 111 | 10101111 | 1010001 | 111111 |
Color Harmonies of #53EDDF
Complementary color
Monochromatic Colors of #53EDDF
Black with #53EDDF
Text Example
Text Example
White with #53EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EDDF; }
p { color: rgb(83,237,223); }
H1.HeaderClassName
{
color: #53EDDF;
}
.AnyTagClassName
{
color: #53EDDF;
}
</style>
background-color css
<style>
a { background-color: #53EDDF; }
a { background-color: rgb(83,237,223); }
div.DivClassName
{
background-color: #53EDDF;
}
.BgClassName
{
background-color: #53EDDF;
}
</style>
border-color css
<style>
span { border-color: #53EDDF; }
span { border-color: rgb(83,237,223); }
td.TdClassName
{
border-color: #53EDDF;
}
.TagClassName
{
border-color: #53EDDF;
}
</style>