#53E8DA

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

Shades of Turquoise #53E8DA

Tints of Turquoise #53E8DA

Color information

#53E8DA (or 0x53E8DA) is unknown color: approx Turquoise. HEX triplet: 53, E8 and DA. RGB value is (83,232,218). Sum of RGB (Red+Green+Blue) = 83+232+218=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8DA is #AC1725. Grayscale: #B9B9B9. Windows color (decimal): -11278118 or 14346323. OLE color: 14346323.

HSL color Cylindrical-coordinate representation of color #53E8DA: hue angle of 174.36º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E8DA is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB83232218-
CMYK0.6400.060.09
HSL174.36º76.41%61.76%-
HSV(B)174.36º64.22%90.98%-
XYZ45.0864.6176.43-
YUV185.85146.1454.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.57%
GREEN value IS 232 (91.02% from 255) = 43.53%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=15.57%
G=43.53%
B=40.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832322180.6400.060.09174.3676.4161.76
Hex53E8DA40069ae4c3e
Octal123350332100061125611476
Binary10100111110100011011010100000001101001101011101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,232,218); }

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

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

 a { background-color: rgb(83,232,218); }

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

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

 span { border-color: rgb(83,232,218); }

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