#53EBC6

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

Shades of Turquoise #53EBC6

Tints of Turquoise #53EBC6

Color information

#53EBC6 (or 0x53EBC6) is unknown color: approx Turquoise. HEX triplet: 53, EB and C6. RGB value is (83,235,198). Sum of RGB (Red+Green+Blue) = 83+235+198=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBC6 is #AC1439. Grayscale: #B9B9B9. Windows color (decimal): -11277370 or 13036371. OLE color: 13036371.

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

Color convert

RGB83235198-
CMYK0.6500.160.08
HSL165.39º79.17%62.35%-
HSV(B)165.39º64.68%92.16%-
XYZ43.4765.3363.75-
YUV185.33135.1455.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.09%
GREEN value IS 235 (92.19% from 255) = 45.54%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=16.09%
G=45.54%
B=38.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832351980.6500.160.08165.3979.1762.35
Hex53EBC6410108a54f3e
Octal1233533061010201024511776
Binary1010011111010111100011010000010100001000101001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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