Shades of Medium Turquoise #52CBE1
Tints of Medium Turquoise #52CBE1
RGB
CMYK
RGB Variations
Color information
#52CBE1 (or 0x52CBE1) is known color: Medium Turquoise. HEX triplet: 52, CB and E1. RGB value is (82,203,225). Sum of RGB (Red+Green+Blue) = 82+203+225=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #52CBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBE1 is #AD341E. Grayscale: #A9A9A9. Windows color (decimal): -11351071 or 14797650. OLE color: 14797650.
HSL color Cylindrical-coordinate representation of color #52CBE1: hue angle of 189.23º 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 #52CBE1 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 203 | 225 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.12 |
| HSL | 189.23º | 0.7% | 0.6% | - |
| HSV(B) | 189.23º | 0.64% | 0.88% | - |
| XYZ | 38.43 | 49.94 | 78.85 | - |
| YUV | 169.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 225 | 0.64 | 0.10 | 0 | 0.12 | 189.23 | 0.7 | 0.6 |
| Hex | 52 | CB | E1 | 40 | A | 0 | C | BD | 46 | 3C |
| Octal | 122 | 313 | 341 | 100 | 12 | 0 | 14 | 275 | 106 | 74 |
| Binary | 1010010 | 11001011 | 11100001 | 1000000 | 1010 | 0 | 1100 | 10111101 | 1000110 | 111100 |
Color Harmonies of #52CBE1
Complementary color
Monochromatic Colors of #52CBE1
Black with #52CBE1
Text Example
Text Example
White with #52CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBE1; }
p { color: rgb(82,203,225); }
H1.HeaderClassName
{
color: #52CBE1;
}
.AnyTagClassName
{
color: #52CBE1;
}
</style>
background-color css
<style>
a { background-color: #52CBE1; }
a { background-color: rgb(82,203,225); }
div.DivClassName
{
background-color: #52CBE1;
}
.BgClassName
{
background-color: #52CBE1;
}
</style>
border-color css
<style>
span { border-color: #52CBE1; }
span { border-color: rgb(82,203,225); }
td.TdClassName
{
border-color: #52CBE1;
}
.TagClassName
{
border-color: #52CBE1;
}
</style>