Html Css Color HEX #53EBC9 Turquoise

📋 copy color: '#53EBC9'

red 83 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #53EBC9

Tints of Turquoise #53EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.28%

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

R = 15.99%
G = 45.28%
B = 38.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#53EBC9 (or 0x53EBC9) is known color: Turquoise. HEX triplet: 53, EB and C9. RGB value is (83,235,201). Sum of RGB (Red+Green+Blue) = 83+235+201=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBC9 is #AC1436. Grayscale: #B9B9B9. Windows color (decimal): -11277367 or 13232979. OLE color: 13232979.

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

Color convert

RGB 83 235 201 -
CMYK 0.65 0 0.14 0.08
HSL 166.58º 0.79% 0.62% -
HSV(B) 166.58º 0.65% 0.92% -
XYZ 43.82 65.47 65.59 -
YUV 185.68 136.64 54.76 -
System Red Green Blue C M Y K H S L
Decimal 83 235 201 0.65 0 0.14 0.08 166.58 0.79 0.62
Hex 53 EB C9 41 0 E 8 A7 4F 3E
Octal 123 353 311 101 0 16 10 247 117 76
Binary 1010011 11101011 11001001 1000001 0 1110 1000 10100111 1001111 111110

Color Harmonies of #53EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EBC9

Black with #53EBC9

Text Example


Text Example

White with #53EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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