#5FC4C6

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

Shades of Medium Turquoise #5FC4C6

Tints of Medium Turquoise #5FC4C6

Color information

#5FC4C6 (or 0x5FC4C6) is unknown color: approx Medium Turquoise. HEX triplet: 5F, C4 and C6. RGB value is (95,196,198). Sum of RGB (Red+Green+Blue) = 95+196+198=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #5FC4C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC4C6 is #A03B39. Grayscale: #A5A5A5. Windows color (decimal): -10500922 or 13026399. OLE color: 13026399.

HSL color Cylindrical-coordinate representation of color #5FC4C6: hue angle of 181.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC4C6 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB95196198-
CMYK0.520.0100.22
HSL181.17º47.47%57.45%-
HSV(B)181.17º52.02%77.65%-
XYZ34.6545.9960.48-
YUV166.03146.0477.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.43%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=19.43%
G=40.08%
B=40.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal951961980.520.0100.22181.1747.4757.45
Hex5FC4C6341016b52f39
Octal1373043066410262655771
Binary10111111100010011000110110100101011010110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,196,198); }

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

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

 a { background-color: rgb(95,196,198); }

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

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

 span { border-color: rgb(95,196,198); }

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