#3FE3CC

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

Shades of Turquoise #3FE3CC

Tints of Turquoise #3FE3CC

Color information

#3FE3CC (or 0x3FE3CC) is unknown color: approx Turquoise. HEX triplet: 3F, E3 and CC. RGB value is (63,227,204). Sum of RGB (Red+Green+Blue) = 63+227+204=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE3CC is #C01C33. Grayscale: #AFAFAF. Windows color (decimal): -12590132 or 13427519. OLE color: 13427519.

HSL color Cylindrical-coordinate representation of color #3FE3CC: hue angle of 171.59º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE3CC is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB63227204-
CMYK0.7200.100.11
HSL171.59º74.55%56.86%-
HSV(B)171.59º72.25%89.02%-
XYZ40.4260.3566.65-
YUV175.34144.1747.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.75%
GREEN value IS 227 (89.06% from 255) = 45.95%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=12.75%
G=45.95%
B=41.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal632272040.7200.100.11171.5974.5556.86
Hex3FE3CC480ABac4b39
Octal773433141100121325411371
Binary11111111100011110011001001000010101011101011001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,227,204); }

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

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

 a { background-color: rgb(63,227,204); }

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

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

 span { border-color: rgb(63,227,204); }

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