Shades of Medium Turquoise #53CFCC
Tints of Medium Turquoise #53CFCC
RGB
CMYK
RGB Variations
Color information
#53CFCC (or 0x53CFCC) is known color: Medium Turquoise. HEX triplet: 53, CF and CC. RGB value is (83,207,204). Sum of RGB (Red+Green+Blue) = 83+207+204=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFCC is #AC3033. Grayscale: #A9A9A9. Windows color (decimal): -11284532 or 13422419. OLE color: 13422419.
HSL color Cylindrical-coordinate representation of color #53CFCC: hue angle of 178.55º 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 #53CFCC is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 204 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.19 |
| HSL | 178.55º | 0.56% | 0.57% | - |
| HSV(B) | 178.55º | 0.6% | 0.81% | - |
| XYZ | 36.78 | 50.82 | 65 | - |
| YUV | 169.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 204 | 0.60 | 0 | 0.01 | 0.19 | 178.55 | 0.56 | 0.57 |
| Hex | 53 | CF | CC | 3C | 0 | 1 | 13 | B3 | 38 | 39 |
| Octal | 123 | 317 | 314 | 74 | 0 | 1 | 23 | 263 | 70 | 71 |
| Binary | 1010011 | 11001111 | 11001100 | 111100 | 0 | 1 | 10011 | 10110011 | 111000 | 111001 |
Color Harmonies of #53CFCC
Complementary color
Monochromatic Colors of #53CFCC
Black with #53CFCC
Text Example
Text Example
White with #53CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFCC; }
p { color: rgb(83,207,204); }
H1.HeaderClassName
{
color: #53CFCC;
}
.AnyTagClassName
{
color: #53CFCC;
}
</style>
background-color css
<style>
a { background-color: #53CFCC; }
a { background-color: rgb(83,207,204); }
div.DivClassName
{
background-color: #53CFCC;
}
.BgClassName
{
background-color: #53CFCC;
}
</style>
border-color css
<style>
span { border-color: #53CFCC; }
span { border-color: rgb(83,207,204); }
td.TdClassName
{
border-color: #53CFCC;
}
.TagClassName
{
border-color: #53CFCC;
}
</style>