Html Css Color HEX #53C3BE Medium Turquoise

📋 copy color: '#53C3BE'

red 83 ◦ green 195 ◦ blue 190

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

Shades of Medium Turquoise #53C3BE

Tints of Medium Turquoise #53C3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 17.74%
G = 41.67%
B = 40.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#53C3BE (or 0x53C3BE) is known color: Medium Turquoise. HEX triplet: 53, C3 and BE. RGB value is (83,195,190). Sum of RGB (Red+Green+Blue) = 83+195+190=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #53C3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C3BE is #AC3C41. Grayscale: #A0A0A0. Windows color (decimal): -11287618 or 12501843. OLE color: 12501843.

HSL color Cylindrical-coordinate representation of color #53C3BE: hue angle of 177.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C3BE is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 195 190 -
CMYK 0.57 0 0.03 0.24
HSL 177.32º 0.48% 0.55% -
HSV(B) 177.32º 0.57% 0.76% -
XYZ 32.38 44.59 55.61 -
YUV 160.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 83 195 190 0.57 0 0.03 0.24 177.32 0.48 0.55
Hex 53 C3 BE 39 0 3 18 B1 30 37
Octal 123 303 276 71 0 3 30 261 60 67
Binary 1010011 11000011 10111110 111001 0 11 11000 10110001 110000 110111

Color Harmonies of #53C3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C3BE

Black with #53C3BE

Text Example


Text Example

White with #53C3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,195,190); }

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

background-color css

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

 a { background-color: rgb(83,195,190); }

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

border-color css

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

 span { border-color: rgb(83,195,190); }

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