Html Css Color HEX #52D2ED Turquoise Blue

📋 copy color: '#52D2ED'

red 82 ◦ green 210 ◦ blue 237

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

Shades of Turquoise Blue #52D2ED

Tints of Turquoise Blue #52D2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 15.5%
G = 39.7%
B = 44.8%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52D2ED (or 0x52D2ED) is known color: Turquoise Blue. HEX triplet: 52, D2 and ED. RGB value is (82,210,237). Sum of RGB (Red+Green+Blue) = 82+210+237=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #52D2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D2ED is #AD2D12. Grayscale: #AEAEAE. Windows color (decimal): -11349267 or 15585874. OLE color: 15585874.

HSL color Cylindrical-coordinate representation of color #52D2ED: hue angle of 190.45º 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 #52D2ED is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 210 237 -
CMYK 0.65 0.11 0 0.07
HSL 190.45º 0.81% 0.63% -
HSV(B) 190.45º 0.65% 0.93% -
XYZ 41.81 54 88.34 -
YUV 174.81 163.09 61.8 -
System Red Green Blue C M Y K H S L
Decimal 82 210 237 0.65 0.11 0 0.07 190.45 0.81 0.63
Hex 52 D2 ED 41 B 0 7 BE 51 3F
Octal 122 322 355 101 13 0 7 276 121 77
Binary 1010010 11010010 11101101 1000001 1011 0 111 10111110 1010001 111111

Color Harmonies of #52D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D2ED

Black with #52D2ED

Text Example


Text Example

White with #52D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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