#3FE5C8

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

Shades of Turquoise #3FE5C8

Tints of Turquoise #3FE5C8

Color information

#3FE5C8 (or 0x3FE5C8) is unknown color: approx Turquoise. HEX triplet: 3F, E5 and C8. RGB value is (63,229,200). Sum of RGB (Red+Green+Blue) = 63+229+200=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5C8 is #C01A37. Grayscale: #B0B0B0. Windows color (decimal): -12589624 or 13165887. OLE color: 13165887.

HSL color Cylindrical-coordinate representation of color #3FE5C8: hue angle of 169.52º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE5C8 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB63229200-
CMYK0.7200.130.10
HSL169.52º76.15%57.25%-
HSV(B)169.52º72.49%89.8%-
XYZ40.4961.2764.33-
YUV176.06141.547.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.80%
GREEN value IS 229 (89.84% from 255) = 46.54%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=12.80%
G=46.54%
B=40.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal632292000.7200.130.10169.5276.1557.25
Hex3FE5C8480DAaa4c39
Octal773453101100151225211471
Binary11111111100101110010001001000011011010101010101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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