#53E4BC

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

Shades of Turquoise #53E4BC

Tints of Turquoise #53E4BC

Color information

#53E4BC (or 0x53E4BC) is unknown color: approx Turquoise. HEX triplet: 53, E4 and BC. RGB value is (83,228,188). Sum of RGB (Red+Green+Blue) = 83+228+188=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #53E4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E4BC is #AC1B43. Grayscale: #B4B4B4. Windows color (decimal): -11279172 or 12379219. OLE color: 12379219.

HSL color Cylindrical-coordinate representation of color #53E4BC: hue angle of 163.45º degrees, saturation: 0.73, 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 #53E4BC is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB83228188-
CMYK0.6400.180.11
HSL163.45º72.86%60.98%-
HSV(B)163.45º63.6%89.41%-
XYZ40.3960.9657.21-
YUV180.08132.4658.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.63%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=16.63%
G=45.69%
B=37.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal832281880.6400.180.11163.4572.8660.98
Hex53E4BC40012Ba3493d
Octal1233442741000221324311175
Binary1010011111001001011110010000000100101011101000111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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