#52E3EA

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

Shades of Turquoise Blue #52E3EA

Tints of Turquoise Blue #52E3EA

Color information

#52E3EA (or 0x52E3EA) is unknown color: approx Turquoise Blue. HEX triplet: 52, E3 and EA. RGB value is (82,227,234). Sum of RGB (Red+Green+Blue) = 82+227+234=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #52E3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E3EA is #AD1C15. Grayscale: #B8B8B8. Windows color (decimal): -11344918 or 15393618. OLE color: 15393618.

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

Color convert

RGB82227234-
CMYK0.650.0300.08
HSL182.76º78.35%61.96%-
HSV(B)182.76º64.96%91.76%-
XYZ45.862.6787.52-
YUV184.44155.9654.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822272340.650.0300.08182.7678.3561.96
Hex52E3EA41308b74e3e
Octal122343352101301026711676
Binary1010010111000111110101010000011101000101101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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