Shades of Turquoise #53F9CF
Tints of Turquoise #53F9CF
RGB
CMYK
RGB Variations
Color information
#53F9CF (or 0x53F9CF) is known color: Turquoise. HEX triplet: 53, F9 and CF. RGB value is (83,249,207). Sum of RGB (Red+Green+Blue) = 83+249+207=539 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.40% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F9CF is #AC0630. Grayscale: #C2C2C2. Windows color (decimal): -11273777 or 13629779. OLE color: 13629779.
HSL color Cylindrical-coordinate representation of color #53F9CF: hue angle of 164.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F9CF is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 207 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.02 |
| HSL | 164.82º | 0.93% | 0.65% | - |
| HSV(B) | 164.82º | 0.67% | 0.98% | - |
| XYZ | 48.71 | 74.1 | 70.77 | - |
| YUV | 194.58 | 135 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 207 | 0.67 | 0 | 0.17 | 0.02 | 164.82 | 0.93 | 0.65 |
| Hex | 53 | F9 | CF | 43 | 0 | 11 | 2 | A5 | 5D | 41 |
| Octal | 123 | 371 | 317 | 103 | 0 | 21 | 2 | 245 | 135 | 101 |
| Binary | 1010011 | 11111001 | 11001111 | 1000011 | 0 | 10001 | 10 | 10100101 | 1011101 | 1000001 |
Color Harmonies of #53F9CF
Complementary color
Monochromatic Colors of #53F9CF
Black with #53F9CF
Text Example
Text Example
White with #53F9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F9CF; }
p { color: rgb(83,249,207); }
H1.HeaderClassName
{
color: #53F9CF;
}
.AnyTagClassName
{
color: #53F9CF;
}
</style>
background-color css
<style>
a { background-color: #53F9CF; }
a { background-color: rgb(83,249,207); }
div.DivClassName
{
background-color: #53F9CF;
}
.BgClassName
{
background-color: #53F9CF;
}
</style>
border-color css
<style>
span { border-color: #53F9CF; }
span { border-color: rgb(83,249,207); }
td.TdClassName
{
border-color: #53F9CF;
}
.TagClassName
{
border-color: #53F9CF;
}
</style>