Shades of Turquoise Blue #52CDEF
Tints of Turquoise Blue #52CDEF
RGB
CMYK
RGB Variations
Color information
#52CDEF (or 0x52CDEF) is known color: Turquoise Blue. HEX triplet: 52, CD and EF. RGB value is (82,205,239). Sum of RGB (Red+Green+Blue) = 82+205+239=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #52CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CDEF is #AD3210. Grayscale: #ABABAB. Windows color (decimal): -11350545 or 15715666. OLE color: 15715666.
HSL color Cylindrical-coordinate representation of color #52CDEF: hue angle of 192.99º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CDEF is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 205 | 239 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.06 |
| HSL | 192.99º | 0.83% | 0.63% | - |
| HSV(B) | 192.99º | 0.66% | 0.94% | - |
| XYZ | 40.89 | 51.69 | 89.48 | - |
| YUV | 172.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 239 | 0.66 | 0.14 | 0 | 0.06 | 192.99 | 0.83 | 0.63 |
| Hex | 52 | CD | EF | 42 | E | 0 | 6 | C1 | 53 | 3F |
| Octal | 122 | 315 | 357 | 102 | 16 | 0 | 6 | 301 | 123 | 77 |
| Binary | 1010010 | 11001101 | 11101111 | 1000010 | 1110 | 0 | 110 | 11000001 | 1010011 | 111111 |
Color Harmonies of #52CDEF
Complementary color
Monochromatic Colors of #52CDEF
Black with #52CDEF
Text Example
Text Example
White with #52CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDEF; }
p { color: rgb(82,205,239); }
H1.HeaderClassName
{
color: #52CDEF;
}
.AnyTagClassName
{
color: #52CDEF;
}
</style>
background-color css
<style>
a { background-color: #52CDEF; }
a { background-color: rgb(82,205,239); }
div.DivClassName
{
background-color: #52CDEF;
}
.BgClassName
{
background-color: #52CDEF;
}
</style>
border-color css
<style>
span { border-color: #52CDEF; }
span { border-color: rgb(82,205,239); }
td.TdClassName
{
border-color: #52CDEF;
}
.TagClassName
{
border-color: #52CDEF;
}
</style>