Shades of Turquoise #53E8CF
Tints of Turquoise #53E8CF
RGB
CMYK
RGB Variations
Color information
#53E8CF (or 0x53E8CF) is known color: Turquoise. HEX triplet: 53, E8 and CF. RGB value is (83,232,207). Sum of RGB (Red+Green+Blue) = 83+232+207=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8CF is #AC1730. Grayscale: #B8B8B8. Windows color (decimal): -11278129 or 13625427. OLE color: 13625427.
HSL color Cylindrical-coordinate representation of color #53E8CF: hue angle of 169.93º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E8CF is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 207 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.09 |
| HSL | 169.93º | 0.76% | 0.62% | - |
| HSV(B) | 169.93º | 0.64% | 0.91% | - |
| XYZ | 43.69 | 64.06 | 69.09 | - |
| YUV | 184.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 207 | 0.64 | 0 | 0.11 | 0.09 | 169.93 | 0.76 | 0.62 |
| Hex | 53 | E8 | CF | 40 | 0 | B | 9 | AA | 4C | 3E |
| Octal | 123 | 350 | 317 | 100 | 0 | 13 | 11 | 252 | 114 | 76 |
| Binary | 1010011 | 11101000 | 11001111 | 1000000 | 0 | 1011 | 1001 | 10101010 | 1001100 | 111110 |
Color Harmonies of #53E8CF
Complementary color
Monochromatic Colors of #53E8CF
Black with #53E8CF
Text Example
Text Example
White with #53E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E8CF; }
p { color: rgb(83,232,207); }
H1.HeaderClassName
{
color: #53E8CF;
}
.AnyTagClassName
{
color: #53E8CF;
}
</style>
background-color css
<style>
a { background-color: #53E8CF; }
a { background-color: rgb(83,232,207); }
div.DivClassName
{
background-color: #53E8CF;
}
.BgClassName
{
background-color: #53E8CF;
}
</style>
border-color css
<style>
span { border-color: #53E8CF; }
span { border-color: rgb(83,232,207); }
td.TdClassName
{
border-color: #53E8CF;
}
.TagClassName
{
border-color: #53E8CF;
}
</style>