#3FD7C6

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

Shades of Turquoise #3FD7C6

Tints of Turquoise #3FD7C6

Color information

#3FD7C6 (or 0x3FD7C6) is unknown color: approx Turquoise. HEX triplet: 3F, D7 and C6. RGB value is (63,215,198). Sum of RGB (Red+Green+Blue) = 63+215+198=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD7C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD7C6 is #C02839. Grayscale: #A7A7A7. Windows color (decimal): -12593210 or 13031231. OLE color: 13031231.

HSL color Cylindrical-coordinate representation of color #3FD7C6: hue angle of 173.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD7C6 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB63215198-
CMYK0.7100.080.16
HSL173.29º65.52%54.51%-
HSV(B)173.29º70.7%84.31%-
XYZ36.5453.7361.87-
YUV167.61145.1453.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.24%
GREEN value IS 215 (84.38% from 255) = 45.17%
BLUE value IS 198 (77.73% from 255) = 41.60%
R=13.24%
G=45.17%
B=41.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal632151980.7100.080.16173.2965.5254.51
Hex3FD7C6470810ad4237
Octal773273061070102025510267
Binary111111110101111100011010001110100010000101011011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,215,198); }

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

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

 a { background-color: rgb(63,215,198); }

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

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

 span { border-color: rgb(63,215,198); }

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