#53BFBB

Color #53BFBB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #53BFBB

Tints of Medium Turquoise #53BFBB

Color information

#53BFBB (or 0x53BFBB) is unknown color: approx Medium Turquoise. HEX triplet: 53, BF and BB. RGB value is (83,191,187). Sum of RGB (Red+Green+Blue) = 83+191+187=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFBB is #AC4044. Grayscale: #9E9E9E. Windows color (decimal): -11288645 or 12304211. OLE color: 12304211.

HSL color Cylindrical-coordinate representation of color #53BFBB: hue angle of 177.78º 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 #53BFBB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB83191187-
CMYK0.5700.020.25
HSL177.78º45.76%53.73%-
HSV(B)177.78º56.54%74.9%-
XYZ31.1742.6953.61-
YUV158.25144.2274.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.00%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=18.00%
G=41.43%
B=40.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911870.5700.020.25177.7845.7653.73
Hex53BFBB390219b22e36
Octal1232772737102312625666
Binary101001110111111101110111110010101100110110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BFBB;
 }
 .AnyTagClassName
 {
   color: #53BFBB;
 }
</style>
background-color css

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

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

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

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

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

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