#5BCDCC

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

Shades of Medium Turquoise #5BCDCC

Tints of Medium Turquoise #5BCDCC

Color information

#5BCDCC (or 0x5BCDCC) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CD and CC. RGB value is (91,205,204). Sum of RGB (Red+Green+Blue) = 91+205+204=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDCC is #A43233. Grayscale: #AAAAAA. Windows color (decimal): -10760756 or 13421915. OLE color: 13421915.

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

Color convert

RGB91205204-
CMYK0.5600.000.20
HSL179.47º53.27%58.04%-
HSV(B)179.47º55.61%80.39%-
XYZ37.0450.2564.87-
YUV170.8146.7371.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=18.2%
G=41%
B=40.8%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912052040.5600.000.20179.4753.2758.04
Hex5BCDCC380014b3353a
Octal1333153147000242636572
Binary10110111100110111001100111000001010010110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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