#5FDACF

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

Shades of Medium Turquoise #5FDACF

Tints of Medium Turquoise #5FDACF

Color information

#5FDACF (or 0x5FDACF) is unknown color: approx Medium Turquoise. HEX triplet: 5F, DA and CF. RGB value is (95,218,207). Sum of RGB (Red+Green+Blue) = 95+218+207=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDACF is #A02530. Grayscale: #B3B3B3. Windows color (decimal): -10495281 or 13621855. OLE color: 13621855.

HSL color Cylindrical-coordinate representation of color #5FDACF: hue angle of 174.63º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FDACF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB95218207-
CMYK0.5600.050.15
HSL174.63º62.44%61.37%-
HSV(B)174.63º56.42%85.49%-
XYZ41.0557.0867.89-
YUV179.97143.2567.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.27%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=18.27%
G=41.92%
B=39.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952182070.5600.050.15174.6362.4461.37
Hex5FDACF3805Faf3e3d
Octal1373323177005172577675
Binary101111111011010110011111110000101111110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,218,207); }

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

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

 a { background-color: rgb(95,218,207); }

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

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

 span { border-color: rgb(95,218,207); }

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