#3fdcb3

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

Shades of Turquoise #3FDCB3

Tints of Turquoise #3FDCB3

Color information

#3FDCB3 (or 0x3FDCB3) is unknown color: approx Turquoise. HEX triplet: 3F, DC and B3. RGB value is (63,220,179). Sum of RGB (Red+Green+Blue) = 63+220+179=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCB3 is #C0234C. Grayscale: #A8A8A8. Windows color (decimal): -12591949 or 11787327. OLE color: 11787327.

HSL color Cylindrical-coordinate representation of color #3FDCB3: hue angle of 164.33º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCB3 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB63220179-
CMYK0.7100.190.14
HSL164.33º69.16%55.49%-
HSV(B)164.33º71.36%86.27%-
XYZ35.7855.551.47-
YUV168.38133.9952.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.64%
GREEN value IS 220 (86.33% from 255) = 47.62%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=13.64%
G=47.62%
B=38.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632201790.7100.190.14164.3369.1655.49
Hex3FDCB347013Ea44537
Octal773342631070231624410567
Binary111111110111001011001110001110100111110101001001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fdcb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,220,179); }

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

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

 a { background-color: rgb(63,220,179); }

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

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

 span { border-color: rgb(63,220,179); }

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