#3FECD9

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

Shades of Turquoise #3FECD9

Tints of Turquoise #3FECD9

Color information

#3FECD9 (or 0x3FECD9) is unknown color: approx Turquoise. HEX triplet: 3F, EC and D9. RGB value is (63,236,217). Sum of RGB (Red+Green+Blue) = 63+236+217=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECD9 is #C01326. Grayscale: #B6B6B6. Windows color (decimal): -12587815 or 14281791. OLE color: 14281791.

HSL color Cylindrical-coordinate representation of color #3FECD9: hue angle of 173.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECD9 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB63236217-
CMYK0.7300.080.07
HSL173.41º81.99%58.63%-
HSV(B)173.41º73.31%92.55%-
XYZ44.5766.0676.05-
YUV182.11147.6943.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.21%
GREEN value IS 236 (92.58% from 255) = 45.74%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=12.21%
G=45.74%
B=42.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal632362170.7300.080.07173.4181.9958.63
Hex3FECD949087ad523b
Octal77354331111010725512273
Binary1111111110110011011001100100101000111101011011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,236,217); }

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

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

 a { background-color: rgb(63,236,217); }

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

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

 span { border-color: rgb(63,236,217); }

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