#53EAE4

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

Shades of Turquoise #53EAE4

Tints of Turquoise #53EAE4

Color information

#53EAE4 (or 0x53EAE4) is unknown color: approx Turquoise. HEX triplet: 53, EA and E4. RGB value is (83,234,228). Sum of RGB (Red+Green+Blue) = 83+234+228=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #53EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EAE4 is #AC151B. Grayscale: #BCBCBC. Windows color (decimal): -11277596 or 15002195. OLE color: 15002195.

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

Color convert

RGB83234228-
CMYK0.6500.030.08
HSL177.62º78.24%62.16%-
HSV(B)177.62º64.53%91.76%-
XYZ46.9966.2983.72-
YUV188.17150.4752.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.23%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 228 (89.45% from 255) = 41.83%
R=15.23%
G=42.94%
B=41.83%

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
Decimal832342280.6500.030.08177.6278.2462.16
Hex53EAE441038b24e3e
Octal123352344101031026211676
Binary1010011111010101110010010000010111000101100101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53EAE4; }

 p { color: rgb(83,234,228); }

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

<style>
 a { background-color: #53EAE4; }

 a { background-color: rgb(83,234,228); }

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

<style>
 span { border-color: #53EAE4; }

 span { border-color: rgb(83,234,228); }

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