Shades of Turquoise #53FECE
Tints of Turquoise #53FECE
RGB
CMYK
RGB Variations
Color information
#53FECE (or 0x53FECE) is known color: Turquoise. HEX triplet: 53, FE and CE. RGB value is (83,254,206). Sum of RGB (Red+Green+Blue) = 83+254+206=543 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.29% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #53FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FECE is #AC0131. Grayscale: #C5C5C5. Windows color (decimal): -11272498 or 13565523. OLE color: 13565523.
HSL color Cylindrical-coordinate representation of color #53FECE: hue angle of 163.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FECE is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 206 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.00 |
| HSL | 163.16º | 0.99% | 0.66% | - |
| HSV(B) | 163.16º | 0.67% | 1% | - |
| XYZ | 50.15 | 77.18 | 70.65 | - |
| YUV | 197.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 206 | 0.67 | 0 | 0.19 | 0.00 | 163.16 | 0.99 | 0.66 |
| Hex | 53 | FE | CE | 43 | 0 | 13 | 0 | A3 | 63 | 42 |
| Octal | 123 | 376 | 316 | 103 | 0 | 23 | 0 | 243 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11001110 | 1000011 | 0 | 10011 | 0 | 10100011 | 1100011 | 1000010 |
Color Harmonies of #53FECE
Complementary color
Monochromatic Colors of #53FECE
Black with #53FECE
Text Example
Text Example
White with #53FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FECE; }
p { color: rgb(83,254,206); }
H1.HeaderClassName
{
color: #53FECE;
}
.AnyTagClassName
{
color: #53FECE;
}
</style>
background-color css
<style>
a { background-color: #53FECE; }
a { background-color: rgb(83,254,206); }
div.DivClassName
{
background-color: #53FECE;
}
.BgClassName
{
background-color: #53FECE;
}
</style>
border-color css
<style>
span { border-color: #53FECE; }
span { border-color: rgb(83,254,206); }
td.TdClassName
{
border-color: #53FECE;
}
.TagClassName
{
border-color: #53FECE;
}
</style>