#5BCDC7

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

Shades of Medium Turquoise #5BCDC7

Tints of Medium Turquoise #5BCDC7

Color information

#5BCDC7 (or 0x5BCDC7) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CD and C7. RGB value is (91,205,199). Sum of RGB (Red+Green+Blue) = 91+205+199=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDC7 is #A43238. Grayscale: #AAAAAA. Windows color (decimal): -10760761 or 13094235. OLE color: 13094235.

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

Color convert

RGB91205199-
CMYK0.5600.030.20
HSL176.84º53.27%58.04%-
HSV(B)176.84º55.61%80.39%-
XYZ36.4550.0161.76-
YUV170.23144.2371.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.38%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=18.38%
G=41.41%
B=40.20%

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
Decimal912051990.5600.030.20176.8453.2758.04
Hex5BCDC7380314b1353a
Octal1333153077003242616572
Binary101101111001101110001111110000111010010110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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