#3FF1C4

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

Shades of Turquoise #3FF1C4

Tints of Turquoise #3FF1C4

Color information

#3FF1C4 (or 0x3FF1C4) is unknown color: approx Turquoise. HEX triplet: 3F, F1 and C4. RGB value is (63,241,196). Sum of RGB (Red+Green+Blue) = 63+241+196=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF1C4 is #C00E3B. Grayscale: #B6B6B6. Windows color (decimal): -12586556 or 12906815. OLE color: 12906815.

HSL color Cylindrical-coordinate representation of color #3FF1C4: hue angle of 164.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1C4 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB63241196-
CMYK0.7400.190.05
HSL164.83º86.41%59.61%-
HSV(B)164.83º73.86%94.51%-
XYZ43.4767.9563.05-
YUV182.65135.5342.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.6%
GREEN value IS 241 (94.53% from 255) = 48.2%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=12.6%
G=48.2%
B=39.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632411960.7400.190.05164.8386.4159.61
Hex3FF1C44A0135a5563c
Octal77361304112023524512674
Binary11111111110001110001001001010010011101101001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,241,196); }

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

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

 a { background-color: rgb(63,241,196); }

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

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

 span { border-color: rgb(63,241,196); }

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