Html Css Color HEX #53E7BA Turquoise

📋 copy color: '#53E7BA'

red 83 ◦ green 231 ◦ blue 186

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

Shades of Turquoise #53E7BA

Tints of Turquoise #53E7BA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 16.6%
G = 46.2%
B = 37.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#53E7BA (or 0x53E7BA) is known color: Turquoise. HEX triplet: 53, E7 and BA. RGB value is (83,231,186). Sum of RGB (Red+Green+Blue) = 83+231+186=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #53E7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E7BA is #AC1845. Grayscale: #B5B5B5. Windows color (decimal): -11278406 or 12248915. OLE color: 12248915.

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

Color convert

RGB 83 231 186 -
CMYK 0.64 0 0.19 0.09
HSL 161.76º 0.76% 0.62% -
HSV(B) 161.76º 0.64% 0.91% -
XYZ 41.01 62.54 56.36 -
YUV 181.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 83 231 186 0.64 0 0.19 0.09 161.76 0.76 0.62
Hex 53 E7 BA 40 0 13 9 A2 4C 3E
Octal 123 347 272 100 0 23 11 242 114 76
Binary 1010011 11100111 10111010 1000000 0 10011 1001 10100010 1001100 111110

Color Harmonies of #53E7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E7BA

Black with #53E7BA

Text Example


Text Example

White with #53E7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,231,186); }

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

background-color css

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

 a { background-color: rgb(83,231,186); }

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

border-color css

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

 span { border-color: rgb(83,231,186); }

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