#5BCED8

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

Shades of Medium Turquoise #5BCED8

Tints of Medium Turquoise #5BCED8

Color information

#5BCED8 (or 0x5BCED8) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CE and D8. RGB value is (91,206,216). Sum of RGB (Red+Green+Blue) = 91+206+216=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #5BCED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCED8 is #A43127. Grayscale: #ACACAC. Windows color (decimal): -10760488 or 14208603. OLE color: 14208603.

HSL color Cylindrical-coordinate representation of color #5BCED8: hue angle of 184.8º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BCED8 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB91206216-
CMYK0.580.0500.15
HSL184.8º61.58%60.2%-
HSV(B)184.8º57.87%84.71%-
XYZ38.7851.3272.83-
YUV172.76152.469.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.74%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 216 (84.77% from 255) = 42.11%
R=17.74%
G=40.16%
B=42.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912062160.580.0500.15184.861.5860.2
Hex5BCED83A50Fb93e3c
Octal1333163307250172717674
Binary101101111001110110110001110101010111110111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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