Html Css Color HEX #52DBEE Turquoise Blue

📋 copy color: '#52DBEE'

red 82 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #52DBEE

Tints of Turquoise Blue #52DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 15.21%
G = 40.63%
B = 44.16%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52DBEE (or 0x52DBEE) is known color: Turquoise Blue. HEX triplet: 52, DB and EE. RGB value is (82,219,238). Sum of RGB (Red+Green+Blue) = 82+219+238=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #52DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBEE is #AD2411. Grayscale: #B3B3B3. Windows color (decimal): -11346962 or 15653714. OLE color: 15653714.

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

Color convert

RGB 82 219 238 -
CMYK 0.66 0.08 0 0.07
HSL 187.31º 0.82% 0.63% -
HSV(B) 187.31º 0.66% 0.93% -
XYZ 44.24 58.63 89.87 -
YUV 180.2 160.61 57.96 -
System Red Green Blue C M Y K H S L
Decimal 82 219 238 0.66 0.08 0 0.07 187.31 0.82 0.63
Hex 52 DB EE 42 8 0 7 BB 52 3F
Octal 122 333 356 102 10 0 7 273 122 77
Binary 1010010 11011011 11101110 1000010 1000 0 111 10111011 1010010 111111

Color Harmonies of #52DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBEE

Black with #52DBEE

Text Example


Text Example

White with #52DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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