Shades of Medium Turquoise #53CFD1
Tints of Medium Turquoise #53CFD1
RGB
CMYK
RGB Variations
Color information
#53CFD1 (or 0x53CFD1) is known color: Medium Turquoise. HEX triplet: 53, CF and D1. RGB value is (83,207,209). Sum of RGB (Red+Green+Blue) = 83+207+209=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #53CFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFD1 is #AC302E. Grayscale: #AAAAAA. Windows color (decimal): -11284527 or 13750099. OLE color: 13750099.
HSL color Cylindrical-coordinate representation of color #53CFD1: hue angle of 180.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFD1 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 207 | 209 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.18 |
| HSL | 180.95º | 0.58% | 0.57% | - |
| HSV(B) | 180.95º | 0.6% | 0.82% | - |
| XYZ | 37.39 | 51.07 | 68.21 | - |
| YUV | 170.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 209 | 0.60 | 0.01 | 0 | 0.18 | 180.95 | 0.58 | 0.57 |
| Hex | 53 | CF | D1 | 3C | 1 | 0 | 12 | B5 | 3A | 39 |
| Octal | 123 | 317 | 321 | 74 | 1 | 0 | 22 | 265 | 72 | 71 |
| Binary | 1010011 | 11001111 | 11010001 | 111100 | 1 | 0 | 10010 | 10110101 | 111010 | 111001 |
Color Harmonies of #53CFD1
Complementary color
Monochromatic Colors of #53CFD1
Black with #53CFD1
Text Example
Text Example
White with #53CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFD1; }
p { color: rgb(83,207,209); }
H1.HeaderClassName
{
color: #53CFD1;
}
.AnyTagClassName
{
color: #53CFD1;
}
</style>
background-color css
<style>
a { background-color: #53CFD1; }
a { background-color: rgb(83,207,209); }
div.DivClassName
{
background-color: #53CFD1;
}
.BgClassName
{
background-color: #53CFD1;
}
</style>
border-color css
<style>
span { border-color: #53CFD1; }
span { border-color: rgb(83,207,209); }
td.TdClassName
{
border-color: #53CFD1;
}
.TagClassName
{
border-color: #53CFD1;
}
</style>