#53EBC4

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

Shades of Turquoise #53EBC4

Tints of Turquoise #53EBC4

Color information

#53EBC4 (or 0x53EBC4) is unknown color: approx Turquoise. HEX triplet: 53, EB and C4. RGB value is (83,235,196). Sum of RGB (Red+Green+Blue) = 83+235+196=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBC4 is #AC143B. Grayscale: #B9B9B9. Windows color (decimal): -11277372 or 12905299. OLE color: 12905299.

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

Color convert

RGB83235196-
CMYK0.6500.170.08
HSL164.61º79.17%62.35%-
HSV(B)164.61º64.68%92.16%-
XYZ43.2465.2462.54-
YUV185.11134.1455.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.15%
GREEN value IS 235 (92.19% from 255) = 45.72%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=16.15%
G=45.72%
B=38.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832351960.6500.170.08164.6179.1762.35
Hex53EBC4410118a54f3e
Octal1233533041010211024511776
Binary1010011111010111100010010000010100011000101001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,235,196); }

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

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

 a { background-color: rgb(83,235,196); }

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

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

 span { border-color: rgb(83,235,196); }

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