#3FE2E8

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

Shades of Turquoise #3FE2E8

Tints of Turquoise #3FE2E8

Color information

#3FE2E8 (or 0x3FE2E8) is unknown color: approx Turquoise. HEX triplet: 3F, E2 and E8. RGB value is (63,226,232). Sum of RGB (Red+Green+Blue) = 63+226+232=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #3FE2E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE2E8 is #C01D17. Grayscale: #B1B1B1. Windows color (decimal): -12590360 or 15262271. OLE color: 15262271.

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

Color convert

RGB63226232-
CMYK0.730.0300.09
HSL182.13º78.6%57.84%-
HSV(B)182.13º72.84%90.98%-
XYZ43.8161.2885.86-
YUV177.95158.546.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.09%
GREEN value IS 226 (88.67% from 255) = 43.38%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=12.09%
G=43.38%
B=44.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632262320.730.0300.09182.1378.657.84
Hex3FE2E849309b64f3a
Octal77342350111301126611772
Binary111111111000101110100010010011101001101101101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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