#5BD6C7

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

Shades of Medium Turquoise #5BD6C7

Tints of Medium Turquoise #5BD6C7

Color information

#5BD6C7 (or 0x5BD6C7) is unknown color: approx Medium Turquoise. HEX triplet: 5B, D6 and C7. RGB value is (91,214,199). Sum of RGB (Red+Green+Blue) = 91+214+199=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD6C7 is #A42938. Grayscale: #AFAFAF. Windows color (decimal): -10758457 or 13096539. OLE color: 13096539.

HSL color Cylindrical-coordinate representation of color #5BD6C7: hue angle of 172.68º 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 #5BD6C7 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB91214199-
CMYK0.5700.070.16
HSL172.68º60%59.8%-
HSV(B)172.68º57.48%83.92%-
XYZ38.6754.4462.5-
YUV175.51141.2567.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.06%
GREEN value IS 214 (83.98% from 255) = 42.46%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=18.06%
G=42.46%
B=39.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912141990.5700.070.16172.686059.8
Hex5BD6C7390710ad3c3c
Octal1333263077107202557474
Binary1011011110101101100011111100101111000010101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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