#52EAE3

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

Shades of Turquoise #52EAE3

Tints of Turquoise #52EAE3

Color information

#52EAE3 (or 0x52EAE3) is unknown color: approx Turquoise. HEX triplet: 52, EA and E3. RGB value is (82,234,227). Sum of RGB (Red+Green+Blue) = 82+234+227=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #52EAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EAE3 is #AD151C. Grayscale: #BBBBBB. Windows color (decimal): -11343133 or 14936658. OLE color: 14936658.

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

Color convert

RGB82234227-
CMYK0.6500.030.08
HSL177.24º78.35%61.96%-
HSV(B)177.24º64.96%91.76%-
XYZ46.7766.1982.98-
YUV187.75150.1452.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.10%
GREEN value IS 234 (91.80% from 255) = 43.09%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=15.10%
G=43.09%
B=41.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822342270.6500.030.08177.2478.3561.96
Hex52EAE341038b14e3e
Octal122352343101031026111676
Binary1010010111010101110001110000010111000101100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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