#52eccd

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

Shades of Turquoise #52ECCD

Tints of Turquoise #52ECCD

Color information

#52ECCD (or 0x52ECCD) is unknown color: approx Turquoise. HEX triplet: 52, EC and CD. RGB value is (82,236,205). Sum of RGB (Red+Green+Blue) = 82+236+205=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #52ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52ECCD is #AD1332. Grayscale: #BABABA. Windows color (decimal): -11342643 or 13495378. OLE color: 13495378.

HSL color Cylindrical-coordinate representation of color #52ECCD: hue angle of 167.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ECCD is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB82236205-
CMYK0.6500.130.07
HSL167.92º80.21%62.35%-
HSV(B)167.92º65.25%92.55%-
XYZ44.4966.1968.19-
YUV186.42138.4853.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.68%
GREEN value IS 236 (92.58% from 255) = 45.12%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=15.68%
G=45.12%
B=39.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822362050.6500.130.07167.9280.2162.35
Hex52ECCD410D7a8503e
Octal122354315101015725012076
Binary10100101110110011001101100000101101111101010001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52eccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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