Shades of Medium Turquoise #53CFC2
Tints of Medium Turquoise #53CFC2
RGB
CMYK
RGB Variations
Color information
#53CFC2 (or 0x53CFC2) is known color: Medium Turquoise. HEX triplet: 53, CF and C2. RGB value is (83,207,194). Sum of RGB (Red+Green+Blue) = 83+207+194=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFC2 is #AC303D. Grayscale: #A8A8A8. Windows color (decimal): -11284542 or 12767059. OLE color: 12767059.
HSL color Cylindrical-coordinate representation of color #53CFC2: hue angle of 173.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFC2 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 194 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.19 |
| HSL | 173.71º | 0.56% | 0.57% | - |
| HSV(B) | 173.71º | 0.6% | 0.81% | - |
| XYZ | 35.62 | 50.36 | 58.88 | - |
| YUV | 168.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 194 | 0.60 | 0 | 0.06 | 0.19 | 173.71 | 0.56 | 0.57 |
| Hex | 53 | CF | C2 | 3C | 0 | 6 | 13 | AE | 38 | 39 |
| Octal | 123 | 317 | 302 | 74 | 0 | 6 | 23 | 256 | 70 | 71 |
| Binary | 1010011 | 11001111 | 11000010 | 111100 | 0 | 110 | 10011 | 10101110 | 111000 | 111001 |
Color Harmonies of #53CFC2
Complementary color
Monochromatic Colors of #53CFC2
Black with #53CFC2
Text Example
Text Example
White with #53CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFC2; }
p { color: rgb(83,207,194); }
H1.HeaderClassName
{
color: #53CFC2;
}
.AnyTagClassName
{
color: #53CFC2;
}
</style>
background-color css
<style>
a { background-color: #53CFC2; }
a { background-color: rgb(83,207,194); }
div.DivClassName
{
background-color: #53CFC2;
}
.BgClassName
{
background-color: #53CFC2;
}
</style>
border-color css
<style>
span { border-color: #53CFC2; }
span { border-color: rgb(83,207,194); }
td.TdClassName
{
border-color: #53CFC2;
}
.TagClassName
{
border-color: #53CFC2;
}
</style>