Shades of Medium Turquoise #53DCCF
Tints of Medium Turquoise #53DCCF
RGB
CMYK
RGB Variations
Color information
#53DCCF (or 0x53DCCF) is known color: Medium Turquoise. HEX triplet: 53, DC and CF. RGB value is (83,220,207). Sum of RGB (Red+Green+Blue) = 83+220+207=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCCF is #AC2330. Grayscale: #B1B1B1. Windows color (decimal): -11281201 or 13622355. OLE color: 13622355.
HSL color Cylindrical-coordinate representation of color #53DCCF: hue angle of 174.31º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DCCF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 207 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.14 |
| HSL | 174.31º | 0.66% | 0.59% | - |
| HSV(B) | 174.31º | 0.62% | 0.86% | - |
| XYZ | 40.42 | 57.53 | 68.01 | - |
| YUV | 177.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 207 | 0.62 | 0 | 0.06 | 0.14 | 174.31 | 0.66 | 0.59 |
| Hex | 53 | DC | CF | 3E | 0 | 6 | E | AE | 42 | 3B |
| Octal | 123 | 334 | 317 | 76 | 0 | 6 | 16 | 256 | 102 | 73 |
| Binary | 1010011 | 11011100 | 11001111 | 111110 | 0 | 110 | 1110 | 10101110 | 1000010 | 111011 |
Color Harmonies of #53DCCF
Complementary color
Monochromatic Colors of #53DCCF
Black with #53DCCF
Text Example
Text Example
White with #53DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCCF; }
p { color: rgb(83,220,207); }
H1.HeaderClassName
{
color: #53DCCF;
}
.AnyTagClassName
{
color: #53DCCF;
}
</style>
background-color css
<style>
a { background-color: #53DCCF; }
a { background-color: rgb(83,220,207); }
div.DivClassName
{
background-color: #53DCCF;
}
.BgClassName
{
background-color: #53DCCF;
}
</style>
border-color css
<style>
span { border-color: #53DCCF; }
span { border-color: rgb(83,220,207); }
td.TdClassName
{
border-color: #53DCCF;
}
.TagClassName
{
border-color: #53DCCF;
}
</style>