#3FF2EC

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

Shades of Turquoise #3FF2EC

Tints of Turquoise #3FF2EC

Color information

#3FF2EC (or 0x3FF2EC) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and EC. RGB value is (63,242,236). Sum of RGB (Red+Green+Blue) = 63+242+236=541 (71% of max value = 765). Red value is 63 (25% from 255 or 11.65% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2EC is #C00D13. Grayscale: #BBBBBB. Windows color (decimal): -12586260 or 15528511. OLE color: 15528511.

HSL color Cylindrical-coordinate representation of color #3FF2EC: hue angle of 177.99º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2EC is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB63242236-
CMYK0.7400.020.05
HSL177.99º87.32%59.8%-
HSV(B)177.99º73.97%94.9%-
XYZ48.9470.6290.41-
YUV187.8155.238.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.65%
GREEN value IS 242 (94.92% from 255) = 44.73%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=11.65%
G=44.73%
B=43.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632422360.7400.020.05177.9987.3259.8
Hex3FF2EC4A025b2573c
Octal7736235411202526212774
Binary11111111110010111011001001010010101101100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,236); }

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

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

 a { background-color: rgb(63,242,236); }

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

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

 span { border-color: rgb(63,242,236); }

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