#52EAC1

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

Shades of Turquoise #52EAC1

Tints of Turquoise #52EAC1

Color information

#52EAC1 (or 0x52EAC1) is unknown color: approx Turquoise. HEX triplet: 52, EA and C1. RGB value is (82,234,193). Sum of RGB (Red+Green+Blue) = 82+234+193=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #52EAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EAC1 is #AD153E. Grayscale: #B7B7B7. Windows color (decimal): -11343167 or 12708434. OLE color: 12708434.

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

Color convert

RGB82234193-
CMYK0.6500.180.08
HSL163.82º78.35%61.96%-
HSV(B)163.82º64.96%91.76%-
XYZ42.5364.4960.66-
YUV183.88133.1455.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.11%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=16.11%
G=45.97%
B=37.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822341930.6500.180.08163.8278.3561.96
Hex52EAC1410128a44e3e
Octal1223523011010221024411676
Binary1010010111010101100000110000010100101000101001001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,234,193); }

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

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

 a { background-color: rgb(82,234,193); }

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

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

 span { border-color: rgb(82,234,193); }

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