Html Css Color HEX #53E9DB Turquoise

📋 copy color: '#53E9DB'

red 83 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #53E9DB

Tints of Turquoise #53E9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 15.51%
G = 43.55%
B = 40.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#53E9DB (or 0x53E9DB) is known color: Turquoise. HEX triplet: 53, E9 and DB. RGB value is (83,233,219). Sum of RGB (Red+Green+Blue) = 83+233+219=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #53E9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E9DB is #AC1624. Grayscale: #BABABA. Windows color (decimal): -11277861 or 14412115. OLE color: 14412115.

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

Color convert

RGB 83 233 219 -
CMYK 0.64 0 0.06 0.09
HSL 174.4º 0.77% 0.62% -
HSV(B) 174.4º 0.64% 0.91% -
XYZ 45.49 65.23 77.21 -
YUV 186.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 83 233 219 0.64 0 0.06 0.09 174.4 0.77 0.62
Hex 53 E9 DB 40 0 6 9 AE 4D 3E
Octal 123 351 333 100 0 6 11 256 115 76
Binary 1010011 11101001 11011011 1000000 0 110 1001 10101110 1001101 111110

Color Harmonies of #53E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E9DB

Black with #53E9DB

Text Example


Text Example

White with #53E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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