#5BD9D5

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

Shades of Medium Turquoise #5BD9D5

Tints of Medium Turquoise #5BD9D5

Color information

#5BD9D5 (or 0x5BD9D5) is unknown color: approx Medium Turquoise. HEX triplet: 5B, D9 and D5. RGB value is (91,217,213). Sum of RGB (Red+Green+Blue) = 91+217+213=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD9D5 is #A4262A. Grayscale: #B2B2B2. Windows color (decimal): -10757675 or 14014811. OLE color: 14014811.

HSL color Cylindrical-coordinate representation of color #5BD9D5: hue angle of 178.1º 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 #5BD9D5 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB91217213-
CMYK0.5800.020.15
HSL178.1º62.38%60.39%-
HSV(B)178.1º58.06%85.1%-
XYZ41.1456.6571.72-
YUV178.87147.2665.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.47%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=17.47%
G=41.65%
B=40.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912172130.5800.020.15178.162.3860.39
Hex5BD9D53A02Fb23e3c
Octal1333313257202172627674
Binary10110111101100111010101111010010111110110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,217,213); }

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

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

 a { background-color: rgb(91,217,213); }

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

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

 span { border-color: rgb(91,217,213); }

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