#5BC7D3

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

Shades of Medium Turquoise #5BC7D3

Tints of Medium Turquoise #5BC7D3

Color information

#5BC7D3 (or 0x5BC7D3) is unknown color: approx Medium Turquoise. HEX triplet: 5B, C7 and D3. RGB value is (91,199,211). Sum of RGB (Red+Green+Blue) = 91+199+211=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #5BC7D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC7D3 is #A4382C. Grayscale: #A7A7A7. Windows color (decimal): -10762285 or 13879131. OLE color: 13879131.

HSL color Cylindrical-coordinate representation of color #5BC7D3: hue angle of 186º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BC7D3 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB91199211-
CMYK0.570.0600.17
HSL186º57.69%59.22%-
HSV(B)186º56.87%82.75%-
XYZ36.547.7768.93-
YUV168.08152.2273.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.16%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=18.16%
G=39.72%
B=42.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal911992110.570.0600.1718657.6959.22
Hex5BC7D3396011ba3a3b
Octal1333073237160212727273
Binary1011011110001111101001111100111001000110111010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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