#3FF2ED

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

Shades of Turquoise #3FF2ED

Tints of Turquoise #3FF2ED

Color information

#3FF2ED (or 0x3FF2ED) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and ED. RGB value is (63,242,237). Sum of RGB (Red+Green+Blue) = 63+242+237=542 (71% of max value = 765). Red value is 63 (25% from 255 or 11.62% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2ED is #C00D12. Grayscale: #BBBBBB. Windows color (decimal): -12586259 or 15594047. OLE color: 15594047.

HSL color Cylindrical-coordinate representation of color #3FF2ED: hue angle of 178.32º 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 #3FF2ED is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB63242237-
CMYK0.7400.020.05
HSL178.32º87.32%59.8%-
HSV(B)178.32º73.97%94.9%-
XYZ49.0970.6891.18-
YUV187.91155.738.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.62%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=11.62%
G=44.65%
B=43.73%

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
Decimal632422370.7400.020.05178.3287.3259.8
Hex3FF2ED4A025b2573c
Octal7736235511202526212774
Binary11111111110010111011011001010010101101100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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