#3FE8C8

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

Shades of Turquoise #3FE8C8

Tints of Turquoise #3FE8C8

Color information

#3FE8C8 (or 0x3FE8C8) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and C8. RGB value is (63,232,200). Sum of RGB (Red+Green+Blue) = 63+232+200=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE8C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE8C8 is #C01737. Grayscale: #B1B1B1. Windows color (decimal): -12588856 or 13166655. OLE color: 13166655.

HSL color Cylindrical-coordinate representation of color #3FE8C8: hue angle of 168.64º 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 #3FE8C8 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB63232200-
CMYK0.7300.140.09
HSL168.64º78.6%57.84%-
HSV(B)168.64º72.84%90.98%-
XYZ41.3362.9464.61-
YUV177.82140.5146.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.73%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 200 (78.52% from 255) = 40.40%
R=12.73%
G=46.87%
B=40.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632322000.7300.140.09168.6478.657.84
Hex3FE8C8490E9a94f3a
Octal773503101110161125111772
Binary11111111101000110010001001001011101001101010011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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