#52EDC8

Color #52EDC8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #52EDC8

Tints of Turquoise #52EDC8

Color information

#52EDC8 (or 0x52EDC8) is unknown color: approx Turquoise. HEX triplet: 52, ED and C8. RGB value is (82,237,200). Sum of RGB (Red+Green+Blue) = 82+237+200=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #52EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EDC8 is #AD1237. Grayscale: #BABABA. Windows color (decimal): -11342392 or 13167954. OLE color: 13167954.

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

Color convert

RGB82237200-
CMYK0.6500.160.07
HSL165.68º81.15%62.55%-
HSV(B)165.68º65.4%92.94%-
XYZ44.1966.5365.16-
YUV186.44135.6553.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.80%
GREEN value IS 237 (92.97% from 255) = 45.66%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=15.80%
G=45.66%
B=38.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822372000.6500.160.07165.6881.1562.55
Hex52EDC8410107a6513f
Octal122355310101020724612177
Binary101001011101101110010001000001010000111101001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52EDC8;
 }
 .AnyTagClassName
 {
   color: #52EDC8;
 }
</style>
background-color css

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

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

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

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

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

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