#52E8D5

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

Shades of Turquoise #52E8D5

Tints of Turquoise #52E8D5

Color information

#52E8D5 (or 0x52E8D5) is unknown color: approx Turquoise. HEX triplet: 52, E8 and D5. RGB value is (82,232,213). Sum of RGB (Red+Green+Blue) = 82+232+213=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8D5 is #AD172A. Grayscale: #B8B8B8. Windows color (decimal): -11343659 or 14018642. OLE color: 14018642.

HSL color Cylindrical-coordinate representation of color #52E8D5: hue angle of 172.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E8D5 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB82232213-
CMYK0.6500.080.09
HSL172.4º76.53%61.57%-
HSV(B)172.4º64.66%90.98%-
XYZ44.3564.3173.03-
YUV184.98143.854.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.56%
GREEN value IS 232 (91.02% from 255) = 44.02%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=15.56%
G=44.02%
B=40.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822322130.6500.080.09172.476.5361.57
Hex52E8D541089ac4d3e
Octal1223503251010101125411576
Binary101001011101000110101011000001010001001101011001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,232,213); }

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

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

 a { background-color: rgb(82,232,213); }

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

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

 span { border-color: rgb(82,232,213); }

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