#5BCDC6

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

Shades of Medium Turquoise #5BCDC6

Tints of Medium Turquoise #5BCDC6

Color information

#5BCDC6 (or 0x5BCDC6) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CD and C6. RGB value is (91,205,198). Sum of RGB (Red+Green+Blue) = 91+205+198=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDC6 is #A43239. Grayscale: #AAAAAA. Windows color (decimal): -10760762 or 13028699. OLE color: 13028699.

HSL color Cylindrical-coordinate representation of color #5BCDC6: hue angle of 176.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDC6 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB91205198-
CMYK0.5600.030.20
HSL176.32º53.27%58.04%-
HSV(B)176.32º55.61%80.39%-
XYZ36.3449.9661.15-
YUV170.12143.7371.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.42%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 198 (77.73% from 255) = 40.08%
R=18.42%
G=41.50%
B=40.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912051980.5600.030.20176.3253.2758.04
Hex5BCDC6380314b0353a
Octal1333153067003242606572
Binary101101111001101110001101110000111010010110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,205,198); }

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

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

 a { background-color: rgb(91,205,198); }

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

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

 span { border-color: rgb(91,205,198); }

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