#3FD7C1

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

Shades of Turquoise #3FD7C1

Tints of Turquoise #3FD7C1

Color information

#3FD7C1 (or 0x3FD7C1) is unknown color: approx Turquoise. HEX triplet: 3F, D7 and C1. RGB value is (63,215,193). Sum of RGB (Red+Green+Blue) = 63+215+193=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD7C1 is #C0283E. Grayscale: #A6A6A6. Windows color (decimal): -12593215 or 12703551. OLE color: 12703551.

HSL color Cylindrical-coordinate representation of color #3FD7C1: hue angle of 171.32º 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 #3FD7C1 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB63215193-
CMYK0.7100.100.16
HSL171.32º65.52%54.51%-
HSV(B)171.32º70.7%84.31%-
XYZ35.9853.5158.88-
YUV167.04142.6453.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.38%
GREEN value IS 215 (84.38% from 255) = 45.65%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=13.38%
G=45.65%
B=40.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal632151930.7100.100.16171.3265.5254.51
Hex3FD7C1470A10ab4237
Octal773273011070122025310267
Binary111111110101111100000110001110101010000101010111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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