#52E3DC

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

Shades of Turquoise #52E3DC

Tints of Turquoise #52E3DC

Color information

#52E3DC (or 0x52E3DC) is unknown color: approx Turquoise. HEX triplet: 52, E3 and DC. RGB value is (82,227,220). Sum of RGB (Red+Green+Blue) = 82+227+220=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #52E3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E3DC is #AD1C23. Grayscale: #B6B6B6. Windows color (decimal): -11344932 or 14476114. OLE color: 14476114.

HSL color Cylindrical-coordinate representation of color #52E3DC: hue angle of 177.1º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E3DC is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB82227220-
CMYK0.6400.030.11
HSL177.1º72.14%60.59%-
HSV(B)177.1º63.88%89.02%-
XYZ43.8761.977.35-
YUV182.85148.9656.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.50%
GREEN value IS 227 (89.06% from 255) = 42.91%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=15.50%
G=42.91%
B=41.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal822272200.6400.030.11177.172.1460.59
Hex52E3DC4003Bb1483d
Octal122343334100031326111075
Binary1010010111000111101110010000000111011101100011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,227,220); }

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

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

 a { background-color: rgb(82,227,220); }

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

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

 span { border-color: rgb(82,227,220); }

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