#5BC7CD

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

Shades of Medium Turquoise #5BC7CD

Tints of Medium Turquoise #5BC7CD

Color information

#5BC7CD (or 0x5BC7CD) is unknown color: approx Medium Turquoise. HEX triplet: 5B, C7 and CD. RGB value is (91,199,205). Sum of RGB (Red+Green+Blue) = 91+199+205=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #5BC7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC7CD is #A43832. Grayscale: #A7A7A7. Windows color (decimal): -10762291 or 13485915. OLE color: 13485915.

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

Color convert

RGB91199205-
CMYK0.560.0300.20
HSL183.16º53.27%58.04%-
HSV(B)183.16º55.61%80.39%-
XYZ35.7647.4865.04-
YUV167.39149.2273.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.38%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=18.38%
G=40.20%
B=41.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911992050.560.0300.20183.1653.2758.04
Hex5BC7CD383014b7353a
Octal1333073157030242676572
Binary101101111000111110011011110001101010010110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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