#5fd6d1

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

Shades of Medium Turquoise #5FD6D1

Tints of Medium Turquoise #5FD6D1

Color information

#5FD6D1 (or 0x5FD6D1) is unknown color: approx Medium Turquoise. HEX triplet: 5F, D6 and D1. RGB value is (95,214,209). Sum of RGB (Red+Green+Blue) = 95+214+209=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD6D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD6D1 is #A0292E. Grayscale: #B1B1B1. Windows color (decimal): -10496303 or 13751903. OLE color: 13751903.

HSL color Cylindrical-coordinate representation of color #5FD6D1: hue angle of 177.48º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD6D1 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB95214209-
CMYK0.5600.020.16
HSL177.48º59.2%60.59%-
HSV(B)177.48º55.61%83.92%-
XYZ40.2755.1368.84-
YUV177.85145.5868.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.34%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=18.34%
G=41.31%
B=40.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952142090.5600.020.16177.4859.260.59
Hex5FD6D1380210b13b3d
Octal1373263217002202617375
Binary101111111010110110100011110000101000010110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd6d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,214,209); }

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

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

 a { background-color: rgb(95,214,209); }

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

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

 span { border-color: rgb(95,214,209); }

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