Html Css Color HEX #53E5C9 Turquoise

📋 copy color: '#53E5C9'

red 83 ◦ green 229 ◦ blue 201

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

Shades of Turquoise #53E5C9

Tints of Turquoise #53E5C9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.64%

 BLUE value IS 201 (78.91% from 255) = 39.18%

R = 16.18%
G = 44.64%
B = 39.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#53E5C9 (or 0x53E5C9) is known color: Turquoise. HEX triplet: 53, E5 and C9. RGB value is (83,229,201). Sum of RGB (Red+Green+Blue) = 83+229+201=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #53E5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E5C9 is #AC1A36. Grayscale: #B6B6B6. Windows color (decimal): -11278903 or 13231443. OLE color: 13231443.

HSL color Cylindrical-coordinate representation of color #53E5C9: hue angle of 168.49º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E5C9 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 229 201 -
CMYK 0.64 0 0.12 0.10
HSL 168.49º 0.74% 0.61% -
HSV(B) 168.49º 0.64% 0.9% -
XYZ 42.13 62.09 65.02 -
YUV 182.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 83 229 201 0.64 0 0.12 0.10 168.49 0.74 0.61
Hex 53 E5 C9 40 0 C A A8 4A 3D
Octal 123 345 311 100 0 14 12 250 112 75
Binary 1010011 11100101 11001001 1000000 0 1100 1010 10101000 1001010 111101

Color Harmonies of #53E5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E5C9

Black with #53E5C9

Text Example


Text Example

White with #53E5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,229,201); }

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

background-color css

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

 a { background-color: rgb(83,229,201); }

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

border-color css

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

 span { border-color: rgb(83,229,201); }

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