#5BCDCE

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

Shades of Medium Turquoise #5BCDCE

Tints of Medium Turquoise #5BCDCE

Color information

#5BCDCE (or 0x5BCDCE) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CD and CE. RGB value is (91,205,206). Sum of RGB (Red+Green+Blue) = 91+205+206=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BCDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDCE is #A43231. Grayscale: #AAAAAA. Windows color (decimal): -10760754 or 13552987. OLE color: 13552987.

HSL color Cylindrical-coordinate representation of color #5BCDCE: hue angle of 180.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDCE is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91205206-
CMYK0.560.0000.19
HSL180.52º53.99%58.24%-
HSV(B)180.52º55.83%80.78%-
XYZ37.2950.3466.14-
YUV171.03147.7370.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.13%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=18.13%
G=40.84%
B=41.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912052060.560.0000.19180.5253.9958.24
Hex5BCDCE380013b5363a
Octal1333153167000232656672
Binary10110111100110111001110111000001001110110101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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