#3fd6e0

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

Shades of Turquoise #3FD6E0

Tints of Turquoise #3FD6E0

Color information

#3FD6E0 (or 0x3FD6E0) is unknown color: approx Turquoise. HEX triplet: 3F, D6 and E0. RGB value is (63,214,224). Sum of RGB (Red+Green+Blue) = 63+214+224=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #3FD6E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD6E0 is #C0291F. Grayscale: #A9A9A9. Windows color (decimal): -12593440 or 14734911. OLE color: 14734911.

HSL color Cylindrical-coordinate representation of color #3FD6E0: hue angle of 183.73º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD6E0 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB63214224-
CMYK0.720.0400.12
HSL183.73º72.2%56.27%-
HSV(B)183.73º71.88%87.84%-
XYZ39.5554.5378.96-
YUV169.99158.4751.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.57%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=12.57%
G=42.71%
B=44.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal632142240.720.0400.12183.7372.256.27
Hex3FD6E04840Cb84838
Octal77326340110401427011070
Binary1111111101011011100000100100010001100101110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fd6e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,214,224); }

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

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

 a { background-color: rgb(63,214,224); }

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

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

 span { border-color: rgb(63,214,224); }

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