#3FD4E2

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

Shades of Medium Turquoise #3FD4E2

Tints of Medium Turquoise #3FD4E2

Color information

#3FD4E2 (or 0x3FD4E2) is unknown color: approx Medium Turquoise. HEX triplet: 3F, D4 and E2. RGB value is (63,212,226). Sum of RGB (Red+Green+Blue) = 63+212+226=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #3FD4E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD4E2 is #C02B1D. Grayscale: #A8A8A8. Windows color (decimal): -12593950 or 14865471. OLE color: 14865471.

HSL color Cylindrical-coordinate representation of color #3FD4E2: hue angle of 185.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD4E2 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB63212226-
CMYK0.720.0600.11
HSL185.15º73.76%56.67%-
HSV(B)185.15º72.12%88.63%-
XYZ39.3253.6380.23-
YUV169.04160.1452.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.57%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 226 (88.67% from 255) = 45.11%
R=12.57%
G=42.32%
B=45.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal632122260.720.0600.11185.1573.7656.67
Hex3FD4E24860Bb94a39
Octal77324342110601327111271
Binary1111111101010011100010100100011001011101110011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,212,226); }

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

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

 a { background-color: rgb(63,212,226); }

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

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

 span { border-color: rgb(63,212,226); }

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