Shades of Turquoise Blue #53CDEF
Tints of Turquoise Blue #53CDEF
RGB
CMYK
RGB Variations
Color information
#53CDEF (or 0x53CDEF) is known color: Turquoise Blue. HEX triplet: 53, CD and EF. RGB value is (83,205,239). Sum of RGB (Red+Green+Blue) = 83+205+239=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #53CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CDEF is #AC3210. Grayscale: #ACACAC. Windows color (decimal): -11285009 or 15715667. OLE color: 15715667.
HSL color Cylindrical-coordinate representation of color #53CDEF: hue angle of 193.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53CDEF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 205 | 239 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.06 |
| HSL | 193.08º | 0.83% | 0.63% | - |
| HSV(B) | 193.08º | 0.65% | 0.94% | - |
| XYZ | 40.98 | 51.73 | 89.49 | - |
| YUV | 172.4 | 165.58 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 239 | 0.65 | 0.14 | 0 | 0.06 | 193.08 | 0.83 | 0.63 |
| Hex | 53 | CD | EF | 41 | E | 0 | 6 | C1 | 53 | 3F |
| Octal | 123 | 315 | 357 | 101 | 16 | 0 | 6 | 301 | 123 | 77 |
| Binary | 1010011 | 11001101 | 11101111 | 1000001 | 1110 | 0 | 110 | 11000001 | 1010011 | 111111 |
Color Harmonies of #53CDEF
Complementary color
Monochromatic Colors of #53CDEF
Black with #53CDEF
Text Example
Text Example
White with #53CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDEF; }
p { color: rgb(83,205,239); }
H1.HeaderClassName
{
color: #53CDEF;
}
.AnyTagClassName
{
color: #53CDEF;
}
</style>
background-color css
<style>
a { background-color: #53CDEF; }
a { background-color: rgb(83,205,239); }
div.DivClassName
{
background-color: #53CDEF;
}
.BgClassName
{
background-color: #53CDEF;
}
</style>
border-color css
<style>
span { border-color: #53CDEF; }
span { border-color: rgb(83,205,239); }
td.TdClassName
{
border-color: #53CDEF;
}
.TagClassName
{
border-color: #53CDEF;
}
</style>