Html Css Color HEX #52DBED Turquoise Blue

📋 copy color: '#52DBED'

red 82 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #52DBED

Tints of Turquoise Blue #52DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 15.24%
G = 40.71%
B = 44.05%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52DBED (or 0x52DBED) is known color: Turquoise Blue. HEX triplet: 52, DB and ED. RGB value is (82,219,237). Sum of RGB (Red+Green+Blue) = 82+219+237=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #52DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBED is #AD2412. Grayscale: #B3B3B3. Windows color (decimal): -11346963 or 15588178. OLE color: 15588178.

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

Color convert

RGB 82 219 237 -
CMYK 0.65 0.08 0 0.07
HSL 186.97º 0.81% 0.63% -
HSV(B) 186.97º 0.65% 0.93% -
XYZ 44.1 58.57 89.1 -
YUV 180.09 160.11 58.04 -
System Red Green Blue C M Y K H S L
Decimal 82 219 237 0.65 0.08 0 0.07 186.97 0.81 0.63
Hex 52 DB ED 41 8 0 7 BB 51 3F
Octal 122 333 355 101 10 0 7 273 121 77
Binary 1010010 11011011 11101101 1000001 1000 0 111 10111011 1010001 111111

Color Harmonies of #52DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBED

Black with #52DBED

Text Example


Text Example

White with #52DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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