Html Css Color HEX #53C0BB Medium Turquoise

📋 copy color: '#53C0BB'

red 83 ◦ green 192 ◦ blue 187

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

Shades of Medium Turquoise #53C0BB

Tints of Medium Turquoise #53C0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

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

R = 17.97%
G = 41.56%
B = 40.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#53C0BB (or 0x53C0BB) is known color: Medium Turquoise. HEX triplet: 53, C0 and BB. RGB value is (83,192,187). Sum of RGB (Red+Green+Blue) = 83+192+187=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0BB is #AC3F44. Grayscale: #9E9E9E. Windows color (decimal): -11288389 or 12304467. OLE color: 12304467.

HSL color Cylindrical-coordinate representation of color #53C0BB: hue angle of 177.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C0BB is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 187 -
CMYK 0.57 0 0.03 0.25
HSL 177.25º 0.46% 0.54% -
HSV(B) 177.25º 0.57% 0.75% -
XYZ 31.39 43.13 53.68 -
YUV 158.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 83 192 187 0.57 0 0.03 0.25 177.25 0.46 0.54
Hex 53 C0 BB 39 0 3 19 B1 2E 36
Octal 123 300 273 71 0 3 31 261 56 66
Binary 1010011 11000000 10111011 111001 0 11 11001 10110001 101110 110110

Color Harmonies of #53C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0BB

Black with #53C0BB

Text Example


Text Example

White with #53C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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