#3FF2E8

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

Shades of Turquoise #3FF2E8

Tints of Turquoise #3FF2E8

Color information

#3FF2E8 (or 0x3FF2E8) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and E8. RGB value is (63,242,232). Sum of RGB (Red+Green+Blue) = 63+242+232=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2E8 is #C00D17. Grayscale: #BBBBBB. Windows color (decimal): -12586264 or 15266367. OLE color: 15266367.

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

Color convert

RGB63242232-
CMYK0.7400.040.05
HSL176.65º87.32%59.8%-
HSV(B)176.65º73.97%94.9%-
XYZ48.3770.3987.38-
YUV187.34153.239.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.73%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 232 (91.02% from 255) = 43.20%
R=11.73%
G=45.07%
B=43.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632422320.7400.040.05176.6587.3259.8
Hex3FF2E84A045b1573c
Octal7736235011204526112774
Binary111111111100101110100010010100100101101100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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