#3FE7D1

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

Shades of Turquoise #3FE7D1

Tints of Turquoise #3FE7D1

Color information

#3FE7D1 (or 0x3FE7D1) is unknown color: approx Turquoise. HEX triplet: 3F, E7 and D1. RGB value is (63,231,209). Sum of RGB (Red+Green+Blue) = 63+231+209=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7D1 is #C0182E. Grayscale: #B2B2B2. Windows color (decimal): -12589103 or 13756223. OLE color: 13756223.

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

Color convert

RGB63231209-
CMYK0.7300.100.09
HSL172.14º77.78%57.65%-
HSV(B)172.14º72.73%90.59%-
XYZ42.1362.8170.22-
YUV178.26145.3445.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.52%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=12.52%
G=45.92%
B=41.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632312090.7300.100.09172.1477.7857.65
Hex3FE7D1490A9ac4e3a
Octal773473211110121125411672
Binary11111111100111110100011001001010101001101011001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,231,209); }

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

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

 a { background-color: rgb(63,231,209); }

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

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

 span { border-color: rgb(63,231,209); }

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