#5BCAC2

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

Shades of Medium Turquoise #5BCAC2

Tints of Medium Turquoise #5BCAC2

Color information

#5BCAC2 (or 0x5BCAC2) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CA and C2. RGB value is (91,202,194). Sum of RGB (Red+Green+Blue) = 91+202+194=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAC2 is #A4353D. Grayscale: #A7A7A7. Windows color (decimal): -10761534 or 12765787. OLE color: 12765787.

HSL color Cylindrical-coordinate representation of color #5BCAC2: hue angle of 175.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCAC2 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB91202194-
CMYK0.5500.040.21
HSL175.68º51.15%57.45%-
HSV(B)175.68º54.95%79.22%-
XYZ35.1748.3658.52-
YUV167.9142.7373.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.69%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 194 (76.17% from 255) = 39.84%
R=18.69%
G=41.48%
B=39.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal912021940.5500.040.21175.6851.1557.45
Hex5BCAC2370415b03339
Octal1333123026704252606371
Binary1011011110010101100001011011101001010110110000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BCAC2; }

 p { color: rgb(91,202,194); }

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

<style>
 a { background-color: #5BCAC2; }

 a { background-color: rgb(91,202,194); }

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

<style>
 span { border-color: #5BCAC2; }

 span { border-color: rgb(91,202,194); }

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