#5BD6CD

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

Shades of Medium Turquoise #5BD6CD

Tints of Medium Turquoise #5BD6CD

Color information

#5BD6CD (or 0x5BD6CD) is unknown color: approx Medium Turquoise. HEX triplet: 5B, D6 and CD. RGB value is (91,214,205). Sum of RGB (Red+Green+Blue) = 91+214+205=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD6CD is #A42932. Grayscale: #B0B0B0. Windows color (decimal): -10758451 or 13489755. OLE color: 13489755.

HSL color Cylindrical-coordinate representation of color #5BD6CD: hue angle of 175.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD6CD is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB91214205-
CMYK0.5700.040.16
HSL175.61º60%59.8%-
HSV(B)175.61º57.48%83.92%-
XYZ39.3854.7366.25-
YUV176.2144.2567.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.84%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=17.84%
G=41.96%
B=40.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912142050.5700.040.16175.616059.8
Hex5BD6CD390410b03c3c
Octal1333263157104202607474
Binary1011011110101101100110111100101001000010110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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