Shades of Medium Turquoise #52CAE1
Tints of Medium Turquoise #52CAE1
RGB
CMYK
RGB Variations
Color information
#52CAE1 (or 0x52CAE1) is known color: Medium Turquoise. HEX triplet: 52, CA and E1. RGB value is (82,202,225). Sum of RGB (Red+Green+Blue) = 82+202+225=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #52CAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CAE1 is #AD351E. Grayscale: #A8A8A8. Windows color (decimal): -11351327 or 14797394. OLE color: 14797394.
HSL color Cylindrical-coordinate representation of color #52CAE1: hue angle of 189.65º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CAE1 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 202 | 225 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.12 |
| HSL | 189.65º | 0.7% | 0.6% | - |
| HSV(B) | 189.65º | 0.64% | 0.88% | - |
| XYZ | 38.19 | 49.47 | 78.77 | - |
| YUV | 168.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 225 | 0.64 | 0.10 | 0 | 0.12 | 189.65 | 0.7 | 0.6 |
| Hex | 52 | CA | E1 | 40 | A | 0 | C | BE | 46 | 3C |
| Octal | 122 | 312 | 341 | 100 | 12 | 0 | 14 | 276 | 106 | 74 |
| Binary | 1010010 | 11001010 | 11100001 | 1000000 | 1010 | 0 | 1100 | 10111110 | 1000110 | 111100 |
Color Harmonies of #52CAE1
Complementary color
Monochromatic Colors of #52CAE1
Black with #52CAE1
Text Example
Text Example
White with #52CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CAE1; }
p { color: rgb(82,202,225); }
H1.HeaderClassName
{
color: #52CAE1;
}
.AnyTagClassName
{
color: #52CAE1;
}
</style>
background-color css
<style>
a { background-color: #52CAE1; }
a { background-color: rgb(82,202,225); }
div.DivClassName
{
background-color: #52CAE1;
}
.BgClassName
{
background-color: #52CAE1;
}
</style>
border-color css
<style>
span { border-color: #52CAE1; }
span { border-color: rgb(82,202,225); }
td.TdClassName
{
border-color: #52CAE1;
}
.TagClassName
{
border-color: #52CAE1;
}
</style>