#3FE8E6

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

Shades of Turquoise #3FE8E6

Tints of Turquoise #3FE8E6

Color information

#3FE8E6 (or 0x3FE8E6) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and E6. RGB value is (63,232,230). Sum of RGB (Red+Green+Blue) = 63+232+230=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE8E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE8E6 is #C01719. Grayscale: #B5B5B5. Windows color (decimal): -12588826 or 15132735. OLE color: 15132735.

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

Color convert

RGB63232230-
CMYK0.7300.010.09
HSL179.29º78.6%57.84%-
HSV(B)179.29º72.84%90.98%-
XYZ45.1964.4884.93-
YUV181.24155.5143.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 230 (90.23% from 255) = 43.81%
R=12%
G=44.19%
B=43.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632322300.7300.010.09179.2978.657.84
Hex3FE8E649019b34f3a
Octal77350346111011126311772
Binary11111111101000111001101001001011001101100111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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