Shades of Turquoise #53FEB5
Tints of Turquoise #53FEB5
RGB
CMYK
RGB Variations
Color information
#53FEB5 (or 0x53FEB5) is known color: Turquoise. HEX triplet: 53, FE and B5. RGB value is (83,254,181). Sum of RGB (Red+Green+Blue) = 83+254+181=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEB5 is #AC014A. Grayscale: #C2C2C2. Windows color (decimal): -11272523 or 11927123. OLE color: 11927123.
HSL color Cylindrical-coordinate representation of color #53FEB5: hue angle of 154.39º 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 #53FEB5 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 83 | 254 | 181 | - |
CMYK | 0.67 | 0 | 0.29 | 0.00 |
HSL | 154.39º | 0.99% | 0.66% | - |
HSV(B) | 154.39º | 0.67% | 1% | - |
XYZ | 47.35 | 76.06 | 55.9 | - |
YUV | 194.55 | 120.35 | 48.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 254 | 181 | 0.67 | 0 | 0.29 | 0.00 | 154.39 | 0.99 | 0.66 |
Hex | 53 | FE | B5 | 43 | 0 | 1D | 0 | 9A | 63 | 42 |
Octal | 123 | 376 | 265 | 103 | 0 | 35 | 0 | 232 | 143 | 102 |
Binary | 1010011 | 11111110 | 10110101 | 1000011 | 0 | 11101 | 0 | 10011010 | 1100011 | 1000010 |
Color Harmonies of #53FEB5
Complementary color
Monochromatic Colors of #53FEB5
Black with #53FEB5
Text Example
Text Example
White with #53FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEB5; }
p { color: rgb(83,254,181); }
H1.HeaderClassName
{
color: #53FEB5;
}
.AnyTagClassName
{
color: #53FEB5;
}
</style>
background-color css
<style>
a { background-color: #53FEB5; }
a { background-color: rgb(83,254,181); }
div.DivClassName
{
background-color: #53FEB5;
}
.BgClassName
{
background-color: #53FEB5;
}
</style>
border-color css
<style>
span { border-color: #53FEB5; }
span { border-color: rgb(83,254,181); }
td.TdClassName
{
border-color: #53FEB5;
}
.TagClassName
{
border-color: #53FEB5;
}
</style>