#5bc8c3

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

Shades of Medium Turquoise #5BC8C3

Tints of Medium Turquoise #5BC8C3

Color information

#5BC8C3 (or 0x5BC8C3) is unknown color: approx Medium Turquoise. HEX triplet: 5B, C8 and C3. RGB value is (91,200,195). Sum of RGB (Red+Green+Blue) = 91+200+195=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC8C3 is #A4373C. Grayscale: #A6A6A6. Windows color (decimal): -10762045 or 12830811. OLE color: 12830811.

HSL color Cylindrical-coordinate representation of color #5BC8C3: hue angle of 177.25º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC8C3 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB91200195-
CMYK0.5400.020.22
HSL177.25º49.77%57.06%-
HSV(B)177.25º54.5%78.43%-
XYZ34.8247.4758.96-
YUV166.84143.8973.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.72%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=18.72%
G=41.15%
B=40.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal912001950.5400.020.22177.2549.7757.06
Hex5BC8C3360216b13239
Octal1333103036602262616271
Binary101101111001000110000111101100101011010110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc8c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,200,195); }

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

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

 a { background-color: rgb(91,200,195); }

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

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

 span { border-color: rgb(91,200,195); }

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