Html Css Color HEX #53E9D8 Turquoise

📋 copy color: '#53E9D8'

red 83 ◦ green 233 ◦ blue 216

#53E9D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #53E9D8

Tints of Turquoise #53E9D8

RGB

 RED value IS 83 (32.81% from 255) = 15.6%

 GREEN value IS 233 (91.41% from 255) = 43.8%

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 15.6%
G = 43.8%
B = 40.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#53E9D8 (or 0x53E9D8) is known color: Turquoise. HEX triplet: 53, E9 and D8. RGB value is (83,233,216). Sum of RGB (Red+Green+Blue) = 83+233+216=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #53E9D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E9D8 is #AC1627. Grayscale: #BABABA. Windows color (decimal): -11277864 or 14215507. OLE color: 14215507.

HSL color Cylindrical-coordinate representation of color #53E9D8: hue angle of 173.2º degrees, saturation: 0.77, 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 #53E9D8 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 233 216 -
CMYK 0.64 0 0.07 0.09
HSL 173.2º 0.77% 0.62% -
HSV(B) 173.2º 0.64% 0.91% -
XYZ 45.1 65.07 75.15 -
YUV 186.21 144.81 54.38 -
System Red Green Blue C M Y K H S L
Decimal 83 233 216 0.64 0 0.07 0.09 173.2 0.77 0.62
Hex 53 E9 D8 40 0 7 9 AD 4D 3E
Octal 123 351 330 100 0 7 11 255 115 76
Binary 1010011 11101001 11011000 1000000 0 111 1001 10101101 1001101 111110

Color Harmonies of #53E9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E9D8

Black with #53E9D8

Text Example


Text Example

White with #53E9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,233,216); }

 H1.HeaderClassName
 {
   color: #53E9D8;
 }
 .AnyTagClassName
 {
   color: #53E9D8;
 }
</style>

background-color css

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

 a { background-color: rgb(83,233,216); }

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

border-color css

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

 span { border-color: rgb(83,233,216); }

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