#3FE6E8

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

Shades of Turquoise #3FE6E8

Tints of Turquoise #3FE6E8

Color information

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

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

Color convert

RGB63230232-
CMYK0.730.0100.09
HSL180.71º78.6%57.84%-
HSV(B)180.71º72.84%90.98%-
XYZ44.9163.4886.23-
YUV180.3157.1744.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632302320.730.0100.09180.7178.657.84
Hex3FE6E849109b54f3a
Octal77346350111101126511772
Binary11111111100110111010001001001101001101101011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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