Shades of Turquoise Blue #52DBEF
Tints of Turquoise Blue #52DBEF
RGB
CMYK
RGB Variations
Color information
#52DBEF (or 0x52DBEF) is known color: Turquoise Blue. HEX triplet: 52, DB and EF. RGB value is (82,219,239). Sum of RGB (Red+Green+Blue) = 82+219+239=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #52DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBEF is #AD2410. Grayscale: #B4B4B4. Windows color (decimal): -11346961 or 15719250. OLE color: 15719250.
HSL color Cylindrical-coordinate representation of color #52DBEF: hue angle of 187.64º 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 #52DBEF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 219 | 239 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.06 |
| HSL | 187.64º | 0.83% | 0.63% | - |
| HSV(B) | 187.64º | 0.66% | 0.94% | - |
| XYZ | 44.39 | 58.69 | 90.65 | - |
| YUV | 180.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 239 | 0.66 | 0.08 | 0 | 0.06 | 187.64 | 0.83 | 0.63 |
| Hex | 52 | DB | EF | 42 | 8 | 0 | 6 | BC | 53 | 3F |
| Octal | 122 | 333 | 357 | 102 | 10 | 0 | 6 | 274 | 123 | 77 |
| Binary | 1010010 | 11011011 | 11101111 | 1000010 | 1000 | 0 | 110 | 10111100 | 1010011 | 111111 |
Color Harmonies of #52DBEF
Complementary color
Monochromatic Colors of #52DBEF
Black with #52DBEF
Text Example
Text Example
White with #52DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBEF; }
p { color: rgb(82,219,239); }
H1.HeaderClassName
{
color: #52DBEF;
}
.AnyTagClassName
{
color: #52DBEF;
}
</style>
background-color css
<style>
a { background-color: #52DBEF; }
a { background-color: rgb(82,219,239); }
div.DivClassName
{
background-color: #52DBEF;
}
.BgClassName
{
background-color: #52DBEF;
}
</style>
border-color css
<style>
span { border-color: #52DBEF; }
span { border-color: rgb(82,219,239); }
td.TdClassName
{
border-color: #52DBEF;
}
.TagClassName
{
border-color: #52DBEF;
}
</style>