Html Css Color HEX #52DBEC Turquoise Blue

📋 copy color: '#52DBEC'

red 82 ◦ green 219 ◦ blue 236

#52DBEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #52DBEC

Tints of Turquoise Blue #52DBEC

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 value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52DBEC (or 0x52DBEC) is known color: 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

RGB 82 219 236 -
CMYK 0.65 0.07 0 0.07
HSL 186.62º 0.8% 0.62% -
HSV(B) 186.62º 0.65% 0.93% -
XYZ 43.95 58.51 88.33 -
YUV 179.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 82 219 236 0.65 0.07 0 0.07 186.62 0.8 0.62
Hex 52 DB EC 41 7 0 7 BB 50 3E
Octal 122 333 354 101 7 0 7 273 120 76
Binary 1010010 11011011 11101100 1000001 111 0 111 10111011 1010000 111110

Color Harmonies of #52DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBEC

Black with #52DBEC

Text Example


Text Example

White with #52DBEC

Text Example


Text Example

HTML Codes & Css Web 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>