Html Css Color HEX #52ECED Turquoise Blue

📋 copy color: '#52ECED'

red 82 ◦ green 236 ◦ blue 237

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

Shades of Turquoise Blue #52ECED

Tints of Turquoise Blue #52ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.52%

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

R = 14.77%
G = 42.52%
B = 42.7%

CMYK

 C value IS 0.65

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52ECED (or 0x52ECED) is known color: Turquoise Blue. HEX triplet: 52, EC and ED. RGB value is (82,236,237). Sum of RGB (Red+Green+Blue) = 82+236+237=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #52ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52ECED is #AD1312. Grayscale: #BDBDBD. Windows color (decimal): -11342611 or 15592530. OLE color: 15592530.

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

Color convert

RGB 82 236 237 -
CMYK 0.65 0.00 0 0.07
HSL 180.39º 0.81% 0.63% -
HSV(B) 180.39º 0.65% 0.93% -
XYZ 48.76 67.9 90.66 -
YUV 190.07 154.48 50.92 -
System Red Green Blue C M Y K H S L
Decimal 82 236 237 0.65 0.00 0 0.07 180.39 0.81 0.63
Hex 52 EC ED 41 0 0 7 B4 51 3F
Octal 122 354 355 101 0 0 7 264 121 77
Binary 1010010 11101100 11101101 1000001 0 0 111 10110100 1010001 111111

Color Harmonies of #52ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ECED

Black with #52ECED

Text Example


Text Example

White with #52ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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