Shades of Medium Turquoise #53CFDC
Tints of Medium Turquoise #53CFDC
RGB
CMYK
RGB Variations
Color information
#53CFDC (or 0x53CFDC) is known color: Medium Turquoise. HEX triplet: 53, CF and DC. RGB value is (83,207,220). Sum of RGB (Red+Green+Blue) = 83+207+220=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #53CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFDC is #AC3023. Grayscale: #ABABAB. Windows color (decimal): -11284516 or 14470995. OLE color: 14470995.
HSL color Cylindrical-coordinate representation of color #53CFDC: hue angle of 185.69º 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 #53CFDC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 207 | 220 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.14 |
| HSL | 185.69º | 0.66% | 0.59% | - |
| HSV(B) | 185.69º | 0.62% | 0.86% | - |
| XYZ | 38.8 | 51.63 | 75.63 | - |
| YUV | 171.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 220 | 0.62 | 0.06 | 0 | 0.14 | 185.69 | 0.66 | 0.59 |
| Hex | 53 | CF | DC | 3E | 6 | 0 | E | BA | 42 | 3B |
| Octal | 123 | 317 | 334 | 76 | 6 | 0 | 16 | 272 | 102 | 73 |
| Binary | 1010011 | 11001111 | 11011100 | 111110 | 110 | 0 | 1110 | 10111010 | 1000010 | 111011 |
Color Harmonies of #53CFDC
Complementary color
Monochromatic Colors of #53CFDC
Black with #53CFDC
Text Example
Text Example
White with #53CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFDC; }
p { color: rgb(83,207,220); }
H1.HeaderClassName
{
color: #53CFDC;
}
.AnyTagClassName
{
color: #53CFDC;
}
</style>
background-color css
<style>
a { background-color: #53CFDC; }
a { background-color: rgb(83,207,220); }
div.DivClassName
{
background-color: #53CFDC;
}
.BgClassName
{
background-color: #53CFDC;
}
</style>
border-color css
<style>
span { border-color: #53CFDC; }
span { border-color: rgb(83,207,220); }
td.TdClassName
{
border-color: #53CFDC;
}
.TagClassName
{
border-color: #53CFDC;
}
</style>