Shades of Turquoise #53FDBD
Tints of Turquoise #53FDBD
RGB
CMYK
RGB Variations
Color information
#53FDBD (or 0x53FDBD) is known color: Turquoise. HEX triplet: 53, FD and BD. RGB value is (83,253,189). Sum of RGB (Red+Green+Blue) = 83+253+189=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDBD is #AC0242. Grayscale: #C2C2C2. Windows color (decimal): -11272771 or 12451155. OLE color: 12451155.
HSL color Cylindrical-coordinate representation of color #53FDBD: hue angle of 157.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FDBD is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 253 | 189 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.01 |
| HSL | 157.41º | 0.98% | 0.66% | - |
| HSV(B) | 157.41º | 0.67% | 0.99% | - |
| XYZ | 47.88 | 75.76 | 60.24 | - |
| YUV | 194.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 253 | 189 | 0.67 | 0 | 0.25 | 0.01 | 157.41 | 0.98 | 0.66 |
| Hex | 53 | FD | BD | 43 | 0 | 19 | 1 | 9D | 62 | 42 |
| Octal | 123 | 375 | 275 | 103 | 0 | 31 | 1 | 235 | 142 | 102 |
| Binary | 1010011 | 11111101 | 10111101 | 1000011 | 0 | 11001 | 1 | 10011101 | 1100010 | 1000010 |
Color Harmonies of #53FDBD
Complementary color
Monochromatic Colors of #53FDBD
Black with #53FDBD
Text Example
Text Example
White with #53FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FDBD; }
p { color: rgb(83,253,189); }
H1.HeaderClassName
{
color: #53FDBD;
}
.AnyTagClassName
{
color: #53FDBD;
}
</style>
background-color css
<style>
a { background-color: #53FDBD; }
a { background-color: rgb(83,253,189); }
div.DivClassName
{
background-color: #53FDBD;
}
.BgClassName
{
background-color: #53FDBD;
}
</style>
border-color css
<style>
span { border-color: #53FDBD; }
span { border-color: rgb(83,253,189); }
td.TdClassName
{
border-color: #53FDBD;
}
.TagClassName
{
border-color: #53FDBD;
}
</style>