Html Css Color HEX #52DBE9 Turquoise Blue

📋 copy color: '#52DBE9'

red 82 ◦ green 219 ◦ blue 233

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

Shades of Turquoise Blue #52DBE9

Tints of Turquoise Blue #52DBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 15.36%
G = 41.01%
B = 43.63%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#52DBE9 (or 0x52DBE9) is known color: Turquoise Blue. HEX triplet: 52, DB and E9. RGB value is (82,219,233). Sum of RGB (Red+Green+Blue) = 82+219+233=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #52DBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBE9 is #AD2416. Grayscale: #B3B3B3. Windows color (decimal): -11346967 or 15326034. OLE color: 15326034.

HSL color Cylindrical-coordinate representation of color #52DBE9: hue angle of 185.56º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DBE9 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 219 233 -
CMYK 0.65 0.06 0 0.09
HSL 185.56º 0.77% 0.62% -
HSV(B) 185.56º 0.65% 0.91% -
XYZ 43.52 58.34 86.06 -
YUV 179.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 82 219 233 0.65 0.06 0 0.09 185.56 0.77 0.62
Hex 52 DB E9 41 6 0 9 BA 4D 3E
Octal 122 333 351 101 6 0 11 272 115 76
Binary 1010010 11011011 11101001 1000001 110 0 1001 10111010 1001101 111110

Color Harmonies of #52DBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBE9

Black with #52DBE9

Text Example


Text Example

White with #52DBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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