Html Css Color HEX #52EEC3 Turquoise

📋 copy color: '#52EEC3'

red 82 ◦ green 238 ◦ blue 195

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

Shades of Turquoise #52EEC3

Tints of Turquoise #52EEC3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.21%

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 15.92%
G = 46.21%
B = 37.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#52EEC3 (or 0x52EEC3) is known color: Turquoise. HEX triplet: 52, EE and C3. RGB value is (82,238,195). Sum of RGB (Red+Green+Blue) = 82+238+195=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EEC3 is #AD113C. Grayscale: #BABABA. Windows color (decimal): -11342141 or 12840530. OLE color: 12840530.

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

Color convert

RGB 82 238 195 -
CMYK 0.66 0 0.18 0.07
HSL 163.46º 0.82% 0.63% -
HSV(B) 163.46º 0.66% 0.93% -
XYZ 43.9 66.88 62.23 -
YUV 186.45 132.82 53.5 -
System Red Green Blue C M Y K H S L
Decimal 82 238 195 0.66 0 0.18 0.07 163.46 0.82 0.63
Hex 52 EE C3 42 0 12 7 A3 52 3F
Octal 122 356 303 102 0 22 7 243 122 77
Binary 1010010 11101110 11000011 1000010 0 10010 111 10100011 1010010 111111

Color Harmonies of #52EEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEC3

Black with #52EEC3

Text Example


Text Example

White with #52EEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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