#5FD1CD

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

Shades of Medium Turquoise #5FD1CD

Tints of Medium Turquoise #5FD1CD

Color information

#5FD1CD (or 0x5FD1CD) is unknown color: approx Medium Turquoise. HEX triplet: 5F, D1 and CD. RGB value is (95,209,205). Sum of RGB (Red+Green+Blue) = 95+209+205=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD1CD is #A02E32. Grayscale: #AEAEAE. Windows color (decimal): -10497587 or 13488479. OLE color: 13488479.

HSL color Cylindrical-coordinate representation of color #5FD1CD: hue angle of 177.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD1CD is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB95209205-
CMYK0.5500.020.18
HSL177.89º55.34%59.61%-
HSV(B)177.89º54.55%81.96%-
XYZ38.5452.4465.85-
YUV174.46145.2371.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.66%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=18.66%
G=41.06%
B=40.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952092050.5500.020.18177.8955.3459.61
Hex5FD1CD370212b2373c
Octal1373213156702222626774
Binary101111111010001110011011101110101001010110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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