Html Css Color HEX #52DBEB Turquoise Blue

📋 copy color: '#52DBEB'

red 82 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #52DBEB

Tints of Turquoise Blue #52DBEB

RGB

 RED value IS 82 (32.42% from 255) = 15.3%

 GREEN value IS 219 (85.94% from 255) = 40.86%

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 15.3%
G = 40.86%
B = 43.84%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52DBEB (or 0x52DBEB) is known color: Turquoise Blue. HEX triplet: 52, DB and EB. RGB value is (82,219,235). Sum of RGB (Red+Green+Blue) = 82+219+235=536 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.30% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #52DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBEB is #AD2414. Grayscale: #B3B3B3. Windows color (decimal): -11346965 or 15457106. OLE color: 15457106.

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

Color convert

RGB 82 219 235 -
CMYK 0.65 0.07 0 0.08
HSL 186.27º 0.79% 0.62% -
HSV(B) 186.27º 0.65% 0.92% -
XYZ 43.81 58.46 87.57 -
YUV 179.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 82 219 235 0.65 0.07 0 0.08 186.27 0.79 0.62
Hex 52 DB EB 41 7 0 8 BA 4F 3E
Octal 122 333 353 101 7 0 10 272 117 76
Binary 1010010 11011011 11101011 1000001 111 0 1000 10111010 1001111 111110

Color Harmonies of #52DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBEB

Black with #52DBEB

Text Example


Text Example

White with #52DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52DBEB;
 }
 .AnyTagClassName
 {
   color: #52DBEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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