#3fe8d6

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

Shades of Turquoise #3FE8D6

Tints of Turquoise #3FE8D6

Color information

#3FE8D6 (or 0x3FE8D6) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and D6. RGB value is (63,232,214). Sum of RGB (Red+Green+Blue) = 63+232+214=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE8D6 is #C01729. Grayscale: #B3B3B3. Windows color (decimal): -12588842 or 14084159. OLE color: 14084159.

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

Color convert

RGB63232214-
CMYK0.7300.080.09
HSL173.61º78.6%57.84%-
HSV(B)173.61º72.84%90.98%-
XYZ43.0463.6373.63-
YUV179.42147.5144.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.38%
GREEN value IS 232 (91.02% from 255) = 45.58%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=12.38%
G=45.58%
B=42.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632322140.7300.080.09173.6178.657.84
Hex3FE8D649089ae4f3a
Octal773503261110101125611772
Binary11111111101000110101101001001010001001101011101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fe8d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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