Shades of Turquoise Blue #53EAEA
Tints of Turquoise Blue #53EAEA
RGB
CMYK
RGB Variations
Color information
#53EAEA (or 0x53EAEA) is known color: Turquoise Blue. HEX triplet: 53, EA and EA. RGB value is (83,234,234). Sum of RGB (Red+Green+Blue) = 83+234+234=551 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.06% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #53EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EAEA is #AC1515. Grayscale: #BCBCBC. Windows color (decimal): -11277590 or 15395411. OLE color: 15395411.
HSL color Cylindrical-coordinate representation of color #53EAEA: hue angle of 180º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EAEA is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 234 | 234 | - |
| CMYK | 0.65 | 0 | 0 | 0.08 |
| HSL | 180º | 0.78% | 0.62% | - |
| HSV(B) | 180º | 0.65% | 0.92% | - |
| XYZ | 47.84 | 66.63 | 88.18 | - |
| YUV | 188.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 234 | 234 | 0.65 | 0 | 0 | 0.08 | 180 | 0.78 | 0.62 |
| Hex | 53 | EA | EA | 41 | 0 | 0 | 8 | B4 | 4E | 3E |
| Octal | 123 | 352 | 352 | 101 | 0 | 0 | 10 | 264 | 116 | 76 |
| Binary | 1010011 | 11101010 | 11101010 | 1000001 | 0 | 0 | 1000 | 10110100 | 1001110 | 111110 |
Color Harmonies of #53EAEA
Complementary color
Monochromatic Colors of #53EAEA
Black with #53EAEA
Text Example
Text Example
White with #53EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EAEA; }
p { color: rgb(83,234,234); }
H1.HeaderClassName
{
color: #53EAEA;
}
.AnyTagClassName
{
color: #53EAEA;
}
</style>
background-color css
<style>
a { background-color: #53EAEA; }
a { background-color: rgb(83,234,234); }
div.DivClassName
{
background-color: #53EAEA;
}
.BgClassName
{
background-color: #53EAEA;
}
</style>
border-color css
<style>
span { border-color: #53EAEA; }
span { border-color: rgb(83,234,234); }
td.TdClassName
{
border-color: #53EAEA;
}
.TagClassName
{
border-color: #53EAEA;
}
</style>