Shades of Turquoise #53F1CB
Tints of Turquoise #53F1CB
RGB
CMYK
RGB Variations
Color information
#53F1CB (or 0x53F1CB) is known color: Turquoise. HEX triplet: 53, F1 and CB. RGB value is (83,241,203). Sum of RGB (Red+Green+Blue) = 83+241+203=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #53F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F1CB is #AC0E34. Grayscale: #BDBDBD. Windows color (decimal): -11275829 or 13365587. OLE color: 13365587.
HSL color Cylindrical-coordinate representation of color #53F1CB: hue angle of 165.57º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F1CB is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 203 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.05 |
| HSL | 165.57º | 0.85% | 0.64% | - |
| HSV(B) | 165.57º | 0.66% | 0.95% | - |
| XYZ | 45.8 | 69.06 | 67.42 | - |
| YUV | 189.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 203 | 0.66 | 0 | 0.16 | 0.05 | 165.57 | 0.85 | 0.64 |
| Hex | 53 | F1 | CB | 42 | 0 | 10 | 5 | A6 | 55 | 40 |
| Octal | 123 | 361 | 313 | 102 | 0 | 20 | 5 | 246 | 125 | 100 |
| Binary | 1010011 | 11110001 | 11001011 | 1000010 | 0 | 10000 | 101 | 10100110 | 1010101 | 1000000 |
Color Harmonies of #53F1CB
Complementary color
Monochromatic Colors of #53F1CB
Black with #53F1CB
Text Example
Text Example
White with #53F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F1CB; }
p { color: rgb(83,241,203); }
H1.HeaderClassName
{
color: #53F1CB;
}
.AnyTagClassName
{
color: #53F1CB;
}
</style>
background-color css
<style>
a { background-color: #53F1CB; }
a { background-color: rgb(83,241,203); }
div.DivClassName
{
background-color: #53F1CB;
}
.BgClassName
{
background-color: #53F1CB;
}
</style>
border-color css
<style>
span { border-color: #53F1CB; }
span { border-color: rgb(83,241,203); }
td.TdClassName
{
border-color: #53F1CB;
}
.TagClassName
{
border-color: #53F1CB;
}
</style>