Html Css Color HEX #53E8C9 Turquoise

📋 copy color: '#53E8C9'

red 83 ◦ green 232 ◦ blue 201

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

Shades of Turquoise #53E8C9

Tints of Turquoise #53E8C9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.96%

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

R = 16.09%
G = 44.96%
B = 38.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#53E8C9 (or 0x53E8C9) is known color: Turquoise. HEX triplet: 53, E8 and C9. RGB value is (83,232,201). Sum of RGB (Red+Green+Blue) = 83+232+201=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8C9 is #AC1736. Grayscale: #B7B7B7. Windows color (decimal): -11278135 or 13232211. OLE color: 13232211.

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

Color convert

RGB 83 232 201 -
CMYK 0.64 0 0.13 0.09
HSL 167.52º 0.76% 0.62% -
HSV(B) 167.52º 0.64% 0.91% -
XYZ 42.97 63.77 65.3 -
YUV 183.92 137.64 56.02 -
System Red Green Blue C M Y K H S L
Decimal 83 232 201 0.64 0 0.13 0.09 167.52 0.76 0.62
Hex 53 E8 C9 40 0 D 9 A8 4C 3E
Octal 123 350 311 100 0 15 11 250 114 76
Binary 1010011 11101000 11001001 1000000 0 1101 1001 10101000 1001100 111110

Color Harmonies of #53E8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E8C9

Black with #53E8C9

Text Example


Text Example

White with #53E8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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