#3FE8D7

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

Shades of Turquoise #3FE8D7

Tints of Turquoise #3FE8D7

Color information

#3FE8D7 (or 0x3FE8D7) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and D7. RGB value is (63,232,215). Sum of RGB (Red+Green+Blue) = 63+232+215=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE8D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE8D7 is #C01728. Grayscale: #B3B3B3. Windows color (decimal): -12588841 or 14149695. OLE color: 14149695.

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

Color convert

RGB63232215-
CMYK0.7300.070.09
HSL173.96º78.6%57.84%-
HSV(B)173.96º72.84%90.98%-
XYZ43.1763.6874.31-
YUV179.53148.0144.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.35%
GREEN value IS 232 (91.02% from 255) = 45.49%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=12.35%
G=45.49%
B=42.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632322150.7300.070.09173.9678.657.84
Hex3FE8D749079ae4f3a
Octal77350327111071125611772
Binary1111111110100011010111100100101111001101011101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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