Shades of Turquoise Blue #53DFE2
Tints of Turquoise Blue #53DFE2
RGB
CMYK
RGB Variations
Color information
#53DFE2 (or 0x53DFE2) is known color: Turquoise Blue. HEX triplet: 53, DF and E2. RGB value is (83,223,226). Sum of RGB (Red+Green+Blue) = 83+223+226=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #53DFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFE2 is #AC201D. Grayscale: #B5B5B5. Windows color (decimal): -11280414 or 14868307. OLE color: 14868307.
HSL color Cylindrical-coordinate representation of color #53DFE2: hue angle of 181.26º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DFE2 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 223 | 226 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.11 |
| HSL | 181.26º | 0.71% | 0.61% | - |
| HSV(B) | 181.26º | 0.63% | 0.89% | - |
| XYZ | 43.68 | 60.11 | 81.25 | - |
| YUV | 181.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 226 | 0.63 | 0.01 | 0 | 0.11 | 181.26 | 0.71 | 0.61 |
| Hex | 53 | DF | E2 | 3F | 1 | 0 | B | B5 | 47 | 3D |
| Octal | 123 | 337 | 342 | 77 | 1 | 0 | 13 | 265 | 107 | 75 |
| Binary | 1010011 | 11011111 | 11100010 | 111111 | 1 | 0 | 1011 | 10110101 | 1000111 | 111101 |
Color Harmonies of #53DFE2
Complementary color
Monochromatic Colors of #53DFE2
Black with #53DFE2
Text Example
Text Example
White with #53DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFE2; }
p { color: rgb(83,223,226); }
H1.HeaderClassName
{
color: #53DFE2;
}
.AnyTagClassName
{
color: #53DFE2;
}
</style>
background-color css
<style>
a { background-color: #53DFE2; }
a { background-color: rgb(83,223,226); }
div.DivClassName
{
background-color: #53DFE2;
}
.BgClassName
{
background-color: #53DFE2;
}
</style>
border-color css
<style>
span { border-color: #53DFE2; }
span { border-color: rgb(83,223,226); }
td.TdClassName
{
border-color: #53DFE2;
}
.TagClassName
{
border-color: #53DFE2;
}
</style>