Html Css Color HEX #53C5BB Medium Turquoise

📋 copy color: '#53C5BB'

red 83 ◦ green 197 ◦ blue 187

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

Shades of Medium Turquoise #53C5BB

Tints of Medium Turquoise #53C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.18%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 17.77%
G = 42.18%
B = 40.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#53C5BB (or 0x53C5BB) is known color: Medium Turquoise. HEX triplet: 53, C5 and BB. RGB value is (83,197,187). Sum of RGB (Red+Green+Blue) = 83+197+187=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C5BB is #AC3A44. Grayscale: #A1A1A1. Windows color (decimal): -11287109 or 12305747. OLE color: 12305747.

HSL color Cylindrical-coordinate representation of color #53C5BB: hue angle of 174.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C5BB is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 197 187 -
CMYK 0.58 0 0.05 0.23
HSL 174.74º 0.5% 0.55% -
HSV(B) 174.74º 0.58% 0.77% -
XYZ 32.5 45.36 54.06 -
YUV 161.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 83 197 187 0.58 0 0.05 0.23 174.74 0.5 0.55
Hex 53 C5 BB 3A 0 5 17 AF 32 37
Octal 123 305 273 72 0 5 27 257 62 67
Binary 1010011 11000101 10111011 111010 0 101 10111 10101111 110010 110111

Color Harmonies of #53C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5BB

Black with #53C5BB

Text Example


Text Example

White with #53C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,187); }

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

background-color css

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

 a { background-color: rgb(83,197,187); }

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

border-color css

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

 span { border-color: rgb(83,197,187); }

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