#3FD5C5

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

Shades of Medium Turquoise #3FD5C5

Tints of Medium Turquoise #3FD5C5

Color information

#3FD5C5 (or 0x3FD5C5) is unknown color: approx Medium Turquoise. HEX triplet: 3F, D5 and C5. RGB value is (63,213,197). Sum of RGB (Red+Green+Blue) = 63+213+197=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD5C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5C5 is #C02A3A. Grayscale: #A6A6A6. Windows color (decimal): -12593723 or 12965183. OLE color: 12965183.

HSL color Cylindrical-coordinate representation of color #3FD5C5: hue angle of 173.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD5C5 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB63213197-
CMYK0.7000.080.16
HSL173.6º64.1%54.12%-
HSV(B)173.6º70.42%83.53%-
XYZ35.9252.6861.1-
YUV166.33145.354.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.32%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 197 (77.34% from 255) = 41.65%
R=13.32%
G=45.03%
B=41.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal632131970.7000.080.16173.664.154.12
Hex3FD5C5460810ae4036
Octal773253051060102025610066
Binary111111110101011100010110001100100010000101011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FD5C5; }

 p { color: rgb(63,213,197); }

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

<style>
 a { background-color: #3FD5C5; }

 a { background-color: rgb(63,213,197); }

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

<style>
 span { border-color: #3FD5C5; }

 span { border-color: rgb(63,213,197); }

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