#52DBEC

Color #52DBEC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #52DBEC

Tints of Turquoise Blue #52DBEC

Color information

#52DBEC (or 0x52DBEC) is unknown color: approx Turquoise Blue. HEX triplet: 52, DB and EC. RGB value is (82,219,236). Sum of RGB (Red+Green+Blue) = 82+219+236=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #52DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBEC is #AD2413. Grayscale: #B3B3B3. Windows color (decimal): -11346964 or 15522642. OLE color: 15522642.

HSL color Cylindrical-coordinate representation of color #52DBEC: hue angle of 186.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DBEC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82219236-
CMYK0.650.0700.07
HSL186.62º80.21%62.35%-
HSV(B)186.62º65.25%92.55%-
XYZ43.9558.5188.33-
YUV179.98159.6158.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 15.27%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 236 (92.58% from 255) = 43.95%
R=15.27%
G=40.78%
B=43.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822192360.650.0700.07186.6280.2162.35
Hex52DBEC41707bb503e
Octal12233335410170727312076
Binary1010010110110111110110010000011110111101110111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52DBEC; }

 p { color: rgb(82,219,236); }

 H1.HeaderClassName
 {
   color: #52DBEC;
 }
 .AnyTagClassName
 {
   color: #52DBEC;
 }
</style>
background-color css

<style>
 a { background-color: #52DBEC; }

 a { background-color: rgb(82,219,236); }

 div.DivClassName
 {
   background-color: #52DBEC;
 }
 .BgClassName
 {
   background-color: #52DBEC;
 }
</style>
border-color css

<style>
 span { border-color: #52DBEC; }

 span { border-color: rgb(82,219,236); }

 td.TdClassName
 {
   border-color: #52DBEC;
 }
 .TagClassName
 {
   border-color: #52DBEC;
 }
</style>