#3FE8C9

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

Shades of Turquoise #3FE8C9

Tints of Turquoise #3FE8C9

Color information

#3FE8C9 (or 0x3FE8C9) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and C9. RGB value is (63,232,201). Sum of RGB (Red+Green+Blue) = 63+232+201=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE8C9 is #C01736. Grayscale: #B1B1B1. Windows color (decimal): -12588855 or 13232191. OLE color: 13232191.

HSL color Cylindrical-coordinate representation of color #3FE8C9: hue angle of 168.99º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE8C9 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB63232201-
CMYK0.7300.130.09
HSL168.99º78.6%57.84%-
HSV(B)168.99º72.84%90.98%-
XYZ41.4562.9965.23-
YUV177.94141.0146.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.70%
GREEN value IS 232 (91.02% from 255) = 46.77%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=12.70%
G=46.77%
B=40.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632322010.7300.130.09168.9978.657.84
Hex3FE8C9490D9a94f3a
Octal773503111110151125111772
Binary11111111101000110010011001001011011001101010011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,232,201); }

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

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

 a { background-color: rgb(63,232,201); }

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

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

 span { border-color: rgb(63,232,201); }

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