Html Css Color HEX #53EADE Turquoise

📋 copy color: '#53EADE'

red 83 ◦ green 234 ◦ blue 222

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

Shades of Turquoise #53EADE

Tints of Turquoise #53EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 15.4%
G = 43.41%
B = 41.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#53EADE (or 0x53EADE) is known color: Turquoise. HEX triplet: 53, EA and DE. RGB value is (83,234,222). Sum of RGB (Red+Green+Blue) = 83+234+222=539 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.40% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #53EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EADE is #AC1521. Grayscale: #BBBBBB. Windows color (decimal): -11277602 or 14608979. OLE color: 14608979.

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

Color convert

RGB 83 234 222 -
CMYK 0.65 0 0.05 0.08
HSL 175.23º 0.78% 0.62% -
HSV(B) 175.23º 0.65% 0.92% -
XYZ 46.17 65.96 79.4 -
YUV 187.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 83 234 222 0.65 0 0.05 0.08 175.23 0.78 0.62
Hex 53 EA DE 41 0 5 8 AF 4E 3E
Octal 123 352 336 101 0 5 10 257 116 76
Binary 1010011 11101010 11011110 1000001 0 101 1000 10101111 1001110 111110

Color Harmonies of #53EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EADE

Black with #53EADE

Text Example


Text Example

White with #53EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,234,222); }

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

background-color css

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

 a { background-color: rgb(83,234,222); }

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

border-color css

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

 span { border-color: rgb(83,234,222); }

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