#5BCDC9

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

Shades of Medium Turquoise #5BCDC9

Tints of Medium Turquoise #5BCDC9

Color information

#5BCDC9 (or 0x5BCDC9) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CD and C9. RGB value is (91,205,201). Sum of RGB (Red+Green+Blue) = 91+205+201=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDC9 is #A43236. Grayscale: #AAAAAA. Windows color (decimal): -10760759 or 13225307. OLE color: 13225307.

HSL color Cylindrical-coordinate representation of color #5BCDC9: hue angle of 177.89º 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 #5BCDC9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB91205201-
CMYK0.5600.020.20
HSL177.89º53.27%58.04%-
HSV(B)177.89º55.61%80.39%-
XYZ36.6950.163-
YUV170.46145.2371.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.31%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=18.31%
G=41.25%
B=40.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912052010.5600.020.20177.8953.2758.04
Hex5BCDC9380214b2353a
Octal1333153117002242626572
Binary101101111001101110010011110000101010010110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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