Html Css Color HEX #53EED1 Turquoise

📋 copy color: '#53EED1'

red 83 ◦ green 238 ◦ blue 209

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

Shades of Turquoise #53EED1

Tints of Turquoise #53EED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.91%

 BLUE value IS 209 (82.03% from 255) = 39.43%

R = 15.66%
G = 44.91%
B = 39.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#53EED1 (or 0x53EED1) is known color: Turquoise. HEX triplet: 53, EE and D1. RGB value is (83,238,209). Sum of RGB (Red+Green+Blue) = 83+238+209=530 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.66% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #53EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EED1 is #AC112E. Grayscale: #BCBCBC. Windows color (decimal): -11276591 or 13758035. OLE color: 13758035.

HSL color Cylindrical-coordinate representation of color #53EED1: hue angle of 168.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EED1 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 238 209 -
CMYK 0.65 0 0.12 0.07
HSL 168.77º 0.82% 0.63% -
HSV(B) 168.77º 0.65% 0.93% -
XYZ 45.65 67.59 70.96 -
YUV 188.35 139.65 52.86 -
System Red Green Blue C M Y K H S L
Decimal 83 238 209 0.65 0 0.12 0.07 168.77 0.82 0.63
Hex 53 EE D1 41 0 C 7 A9 52 3F
Octal 123 356 321 101 0 14 7 251 122 77
Binary 1010011 11101110 11010001 1000001 0 1100 111 10101001 1010010 111111

Color Harmonies of #53EED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EED1

Black with #53EED1

Text Example


Text Example

White with #53EED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,238,209); }

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

background-color css

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

 a { background-color: rgb(83,238,209); }

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

border-color css

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

 span { border-color: rgb(83,238,209); }

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